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