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