pub struct LevelMVarId(pub u64);Expand description
Unique identifier for level metavariables.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for LevelMVarId
impl Clone for LevelMVarId
Source§fn clone(&self) -> LevelMVarId
fn clone(&self) -> LevelMVarId
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 LevelMVarId
impl Debug for LevelMVarId
Source§impl Display for LevelMVarId
impl Display for LevelMVarId
Source§impl Hash for LevelMVarId
impl Hash for LevelMVarId
Source§impl PartialEq for LevelMVarId
impl PartialEq for LevelMVarId
impl Copy for LevelMVarId
impl Eq for LevelMVarId
impl StructuralPartialEq for LevelMVarId
Auto Trait Implementations§
impl Freeze for LevelMVarId
impl RefUnwindSafe for LevelMVarId
impl Send for LevelMVarId
impl Sync for LevelMVarId
impl Unpin for LevelMVarId
impl UnsafeUnpin for LevelMVarId
impl UnwindSafe for LevelMVarId
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