pub struct UserColorDeletePath(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for UserColorDeletePath
impl Clone for UserColorDeletePath
Source§fn clone(&self) -> UserColorDeletePath
fn clone(&self) -> UserColorDeletePath
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 UserColorDeletePath
impl Debug for UserColorDeletePath
Auto Trait Implementations§
impl Freeze for UserColorDeletePath
impl RefUnwindSafe for UserColorDeletePath
impl Send for UserColorDeletePath
impl Sync for UserColorDeletePath
impl Unpin for UserColorDeletePath
impl UnwindSafe for UserColorDeletePath
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