Struct swipl::context::GenericQueryableContextType
source · pub struct GenericQueryableContextType;
Trait Implementations§
source§impl Clone for GenericQueryableContextType
impl Clone for GenericQueryableContextType
source§fn clone(&self) -> GenericQueryableContextType
fn clone(&self) -> GenericQueryableContextType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl ContextType for GenericQueryableContextType
impl FrameableContextType for GenericQueryableContextType
impl QueryableContextType for GenericQueryableContextType
Auto Trait Implementations§
impl RefUnwindSafe for GenericQueryableContextType
impl Send for GenericQueryableContextType
impl Sync for GenericQueryableContextType
impl Unpin for GenericQueryableContextType
impl UnwindSafe for GenericQueryableContextType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more