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