pub struct NoTag;
Trait Implementations§
Source§impl Ord for NoTag
impl Ord for NoTag
Source§impl PartialOrd for NoTag
impl PartialOrd for NoTag
impl Copy for NoTag
impl Eq for NoTag
impl StructuralPartialEq for NoTag
Auto Trait Implementations§
impl Freeze for NoTag
impl RefUnwindSafe for NoTag
impl Send for NoTag
impl Sync for NoTag
impl Unpin for NoTag
impl UnwindSafe for NoTag
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