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