pub enum ContentFormatKind {
HlsSegments,
DashSegments,
FlvSegments,
SingleFile,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for ContentFormatKind
impl Clone for ContentFormatKind
Source§fn clone(&self) -> ContentFormatKind
fn clone(&self) -> ContentFormatKind
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 ContentFormatKind
Source§impl Debug for ContentFormatKind
impl Debug for ContentFormatKind
Source§impl<'de> Deserialize<'de> for ContentFormatKind
impl<'de> Deserialize<'de> for ContentFormatKind
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 ContentFormatKind
Source§impl Hash for ContentFormatKind
impl Hash for ContentFormatKind
Source§impl PartialEq for ContentFormatKind
impl PartialEq for ContentFormatKind
Source§impl Serialize for ContentFormatKind
impl Serialize for ContentFormatKind
impl StructuralPartialEq for ContentFormatKind
Auto Trait Implementations§
impl Freeze for ContentFormatKind
impl RefUnwindSafe for ContentFormatKind
impl Send for ContentFormatKind
impl Sync for ContentFormatKind
impl Unpin for ContentFormatKind
impl UnsafeUnpin for ContentFormatKind
impl UnwindSafe for ContentFormatKind
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