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