pub struct ThumbnailFormatMpeg4 { /* private fields */ }
Expand description
The thumbnail is in MPEG4 format. It will be used only for some animations and videos
Implementations§
Trait Implementations§
Source§impl AsRef<ThumbnailFormatMpeg4> for ThumbnailFormatMpeg4
impl AsRef<ThumbnailFormatMpeg4> for ThumbnailFormatMpeg4
Source§fn as_ref(&self) -> &ThumbnailFormatMpeg4
fn as_ref(&self) -> &ThumbnailFormatMpeg4
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ThumbnailFormatMpeg4
impl Clone for ThumbnailFormatMpeg4
Source§fn clone(&self) -> ThumbnailFormatMpeg4
fn clone(&self) -> ThumbnailFormatMpeg4
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 ThumbnailFormatMpeg4
impl Debug for ThumbnailFormatMpeg4
Source§impl Default for ThumbnailFormatMpeg4
impl Default for ThumbnailFormatMpeg4
Source§fn default() -> ThumbnailFormatMpeg4
fn default() -> ThumbnailFormatMpeg4
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ThumbnailFormatMpeg4
impl<'de> Deserialize<'de> for ThumbnailFormatMpeg4
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for ThumbnailFormatMpeg4
impl Serialize for ThumbnailFormatMpeg4
impl TDThumbnailFormat for ThumbnailFormatMpeg4
Auto Trait Implementations§
impl Freeze for ThumbnailFormatMpeg4
impl RefUnwindSafe for ThumbnailFormatMpeg4
impl Send for ThumbnailFormatMpeg4
impl Sync for ThumbnailFormatMpeg4
impl Unpin for ThumbnailFormatMpeg4
impl UnwindSafe for ThumbnailFormatMpeg4
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