pub enum AlternativeVideo {
AlternativeVideo(AlternativeVideo),
}Variants§
AlternativeVideo(AlternativeVideo)
Describes an alternative re-encoded quality of a video file
Trait Implementations§
Source§impl Clone for AlternativeVideo
impl Clone for AlternativeVideo
Source§fn clone(&self) -> AlternativeVideo
fn clone(&self) -> AlternativeVideo
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 AlternativeVideo
impl Debug for AlternativeVideo
Source§impl<'de> Deserialize<'de> for AlternativeVideo
impl<'de> Deserialize<'de> for AlternativeVideo
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 AlternativeVideo
impl PartialEq for AlternativeVideo
Source§impl Serialize for AlternativeVideo
impl Serialize for AlternativeVideo
impl StructuralPartialEq for AlternativeVideo
Auto Trait Implementations§
impl Freeze for AlternativeVideo
impl RefUnwindSafe for AlternativeVideo
impl Send for AlternativeVideo
impl Sync for AlternativeVideo
impl Unpin for AlternativeVideo
impl UnsafeUnpin for AlternativeVideo
impl UnwindSafe for AlternativeVideo
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