Struct kodept_core::structure::rlt::ContextualReference
source · pub struct ContextualReference {
pub context: Context,
pub inner: Reference,
}Fields§
§context: Context§inner: ReferenceTrait Implementations§
source§impl Clone for ContextualReference
impl Clone for ContextualReference
source§fn clone(&self) -> ContextualReference
fn clone(&self) -> ContextualReference
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 moresource§impl Debug for ContextualReference
impl Debug for ContextualReference
source§impl From<ContextualReference> for Term
impl From<ContextualReference> for Term
source§fn from(original: ContextualReference) -> Term
fn from(original: ContextualReference) -> Term
Converts to this type from the input type.
source§impl PartialEq for ContextualReference
impl PartialEq for ContextualReference
source§fn eq(&self, other: &ContextualReference) -> bool
fn eq(&self, other: &ContextualReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContextualReference
Auto Trait Implementations§
impl Freeze for ContextualReference
impl RefUnwindSafe for ContextualReference
impl Send for ContextualReference
impl Sync for ContextualReference
impl Unpin for ContextualReference
impl UnwindSafe for ContextualReference
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)