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