pub struct SingleLabel(/* private fields */);
Trait Implementations§
Source§impl Clone for SingleLabel
impl Clone for SingleLabel
Source§fn clone(&self) -> SingleLabel
fn clone(&self) -> SingleLabel
Returns a copy 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 Display for SingleLabel
impl Display for SingleLabel
Source§impl Hash for SingleLabel
impl Hash for SingleLabel
Source§impl PartialEq for SingleLabel
impl PartialEq for SingleLabel
impl Eq for SingleLabel
Auto Trait Implementations§
impl Freeze for SingleLabel
impl RefUnwindSafe for SingleLabel
impl Send for SingleLabel
impl Sync for SingleLabel
impl Unpin for SingleLabel
impl UnwindSafe for SingleLabel
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