pub struct AutoLabeled { /* private fields */ }Implementations§
Source§impl AutoLabeled
impl AutoLabeled
Trait Implementations§
Source§impl Clone for AutoLabeled
impl Clone for AutoLabeled
Source§fn clone(&self) -> AutoLabeled
fn clone(&self) -> AutoLabeled
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 AutoLabeled
impl Debug for AutoLabeled
Source§impl Default for AutoLabeled
impl Default for AutoLabeled
Source§fn default() -> AutoLabeled
fn default() -> AutoLabeled
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AutoLabeled
impl RefUnwindSafe for AutoLabeled
impl Send for AutoLabeled
impl Sync for AutoLabeled
impl Unpin for AutoLabeled
impl UnwindSafe for AutoLabeled
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