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