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