pub struct DynamicLabel(/* private fields */);
Expand description
A dynamic label
Implementations§
Trait Implementations§
Source§impl Clone for DynamicLabel
impl Clone for DynamicLabel
Source§fn clone(&self) -> DynamicLabel
fn clone(&self) -> DynamicLabel
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 Debug for DynamicLabel
impl Debug for DynamicLabel
Source§impl Hash for DynamicLabel
impl Hash for DynamicLabel
Source§impl PartialEq for DynamicLabel
impl PartialEq for DynamicLabel
impl Copy for DynamicLabel
impl Eq for DynamicLabel
impl StructuralPartialEq for DynamicLabel
Auto Trait Implementations§
impl Freeze for DynamicLabel
impl RefUnwindSafe for DynamicLabel
impl Send for DynamicLabel
impl Sync for DynamicLabel
impl Unpin for DynamicLabel
impl UnwindSafe for DynamicLabel
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