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