pub struct NoLabeling;Expand description
A marker type representing the absence of a label.
This is useful for cases where labeling is optional or unnecessary.
Trait Implementations§
Source§impl Clone for NoLabeling
impl Clone for NoLabeling
Source§fn clone(&self) -> NoLabeling
fn clone(&self) -> NoLabeling
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 NoLabeling
impl Debug for NoLabeling
Source§impl Display for NoLabeling
impl Display for NoLabeling
Source§impl Labeling for NoLabeling
impl Labeling for NoLabeling
impl Copy for NoLabeling
Auto Trait Implementations§
impl Freeze for NoLabeling
impl RefUnwindSafe for NoLabeling
impl Send for NoLabeling
impl Sync for NoLabeling
impl Unpin for NoLabeling
impl UnwindSafe for NoLabeling
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