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