pub struct LevelId(/* private fields */);Expand description
Interned universe level ID
Implementations§
Trait Implementations§
Source§impl Ord for LevelId
impl Ord for LevelId
Source§impl PartialOrd for LevelId
impl PartialOrd for LevelId
impl Copy for LevelId
impl Eq for LevelId
impl StructuralPartialEq for LevelId
Auto Trait Implementations§
impl Freeze for LevelId
impl RefUnwindSafe for LevelId
impl Send for LevelId
impl Sync for LevelId
impl Unpin for LevelId
impl UnwindSafe for LevelId
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