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