pub struct ImageDescription;Trait Implementations§
Source§impl Clone for ImageDescription
impl Clone for ImageDescription
Source§fn clone(&self) -> ImageDescription
fn clone(&self) -> ImageDescription
Returns a duplicate 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 ImageDescription
impl Debug for ImageDescription
Source§impl Field for ImageDescription
impl Field for ImageDescription
impl Copy for ImageDescription
Auto Trait Implementations§
impl Freeze for ImageDescription
impl RefUnwindSafe for ImageDescription
impl Send for ImageDescription
impl Sync for ImageDescription
impl Unpin for ImageDescription
impl UnwindSafe for ImageDescription
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