pub struct MetaVarId(/* private fields */);Expand description
Metavariable ID
Implementations§
Trait Implementations§
Source§impl Ord for MetaVarId
impl Ord for MetaVarId
Source§impl PartialOrd for MetaVarId
impl PartialOrd for MetaVarId
impl Copy for MetaVarId
impl Eq 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 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