pub enum VideoMimeType {
Mp4,
Mpeg,
Mov,
Avi,
Flv,
Mpg,
Webm,
Wmv,
ThreeGpp,
}Expand description
Supported video MIME types
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VideoMimeType
impl Clone for VideoMimeType
Source§fn clone(&self) -> VideoMimeType
fn clone(&self) -> VideoMimeType
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 VideoMimeType
impl Debug for VideoMimeType
Source§impl<'de> Deserialize<'de> for VideoMimeType
impl<'de> Deserialize<'de> for VideoMimeType
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 PartialEq for VideoMimeType
impl PartialEq for VideoMimeType
Source§impl Serialize for VideoMimeType
impl Serialize for VideoMimeType
impl StructuralPartialEq for VideoMimeType
Auto Trait Implementations§
impl Freeze for VideoMimeType
impl RefUnwindSafe for VideoMimeType
impl Send for VideoMimeType
impl Sync for VideoMimeType
impl Unpin for VideoMimeType
impl UnsafeUnpin for VideoMimeType
impl UnwindSafe for VideoMimeType
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