pub enum Term {
Reference(Reference),
Contextual(ContextualReference),
}
Variants§
Reference(Reference)
Contextual(ContextualReference)
Trait Implementations§
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.
impl StructuralPartialEq for Term
Auto Trait Implementations§
impl Freeze for Term
impl RefUnwindSafe for Term
impl Send for Term
impl Sync for Term
impl Unpin for Term
impl UnwindSafe for Term
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