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