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