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