pub enum KnownVideoContentVariant {
Video,
Thumbnail,
Spritesheet,
}Variants§
Trait Implementations§
Source§impl Clone for KnownVideoContentVariant
impl Clone for KnownVideoContentVariant
Source§fn clone(&self) -> KnownVideoContentVariant
fn clone(&self) -> KnownVideoContentVariant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KnownVideoContentVariant
Source§impl Debug for KnownVideoContentVariant
impl Debug for KnownVideoContentVariant
Source§impl<'de> Deserialize<'de> for KnownVideoContentVariant
impl<'de> Deserialize<'de> for KnownVideoContentVariant
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
impl Eq for KnownVideoContentVariant
Source§impl PartialEq for KnownVideoContentVariant
impl PartialEq for KnownVideoContentVariant
Source§impl Serialize for KnownVideoContentVariant
impl Serialize for KnownVideoContentVariant
impl StructuralPartialEq for KnownVideoContentVariant
Auto Trait Implementations§
impl Freeze for KnownVideoContentVariant
impl RefUnwindSafe for KnownVideoContentVariant
impl Send for KnownVideoContentVariant
impl Sync for KnownVideoContentVariant
impl Unpin for KnownVideoContentVariant
impl UnsafeUnpin for KnownVideoContentVariant
impl UnwindSafe for KnownVideoContentVariant
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