pub struct ContextualReference {
pub context: Context,
pub inner: Reference,
}
Fields§
§context: Context
§inner: Reference
Trait Implementations§
Source§impl Clone for ContextualReference
impl Clone for ContextualReference
Source§fn clone(&self) -> ContextualReference
fn clone(&self) -> ContextualReference
Returns a duplicate 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(value: ContextualReference) -> Self
fn from(value: ContextualReference) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ContextualReference
impl PartialEq for ContextualReference
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