pub struct MetaVarId(/* private fields */);Expand description
Metavariable ID
Implementations§
Trait Implementations§
impl Copy for MetaVarId
impl Eq for MetaVarId
Source§impl Ord for MetaVarId
impl Ord for MetaVarId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for MetaVarId
impl PartialOrd for MetaVarId
impl StructuralPartialEq for MetaVarId
Auto Trait Implementations§
impl Freeze for MetaVarId
impl RefUnwindSafe for MetaVarId
impl Send for MetaVarId
impl Sync for MetaVarId
impl Unpin for MetaVarId
impl UnsafeUnpin for MetaVarId
impl UnwindSafe for MetaVarId
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