pub struct LabelEditedChanges { /* private fields */ }
Implementations§
Source§impl LabelEditedChanges
impl LabelEditedChanges
Trait Implementations§
Source§impl Clone for LabelEditedChanges
impl Clone for LabelEditedChanges
Source§fn clone(&self) -> LabelEditedChanges
fn clone(&self) -> LabelEditedChanges
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 LabelEditedChanges
impl Debug for LabelEditedChanges
Source§impl Default for LabelEditedChanges
impl Default for LabelEditedChanges
Source§impl From<LabelEditedChanges> for LabelEditedChanges
impl From<LabelEditedChanges> for LabelEditedChanges
Source§fn from(value: LabelEditedChanges) -> Self
fn from(value: LabelEditedChanges) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LabelEditedChanges
impl RefUnwindSafe for LabelEditedChanges
impl Send for LabelEditedChanges
impl Sync for LabelEditedChanges
impl Unpin for LabelEditedChanges
impl UnwindSafe for LabelEditedChanges
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