pub enum DownloadFileKind {
Video,
Audio,
FlvSegment,
Subtitle,
Danmaku,
}Variants§
Trait Implementations§
Source§impl Clone for DownloadFileKind
impl Clone for DownloadFileKind
Source§fn clone(&self) -> DownloadFileKind
fn clone(&self) -> DownloadFileKind
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 moreSource§impl Debug for DownloadFileKind
impl Debug for DownloadFileKind
Source§impl<'de> Deserialize<'de> for DownloadFileKind
impl<'de> Deserialize<'de> for DownloadFileKind
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 DownloadFileKind
Source§impl PartialEq for DownloadFileKind
impl PartialEq for DownloadFileKind
Source§fn eq(&self, other: &DownloadFileKind) -> bool
fn eq(&self, other: &DownloadFileKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DownloadFileKind
impl Serialize for DownloadFileKind
impl StructuralPartialEq for DownloadFileKind
Auto Trait Implementations§
impl Freeze for DownloadFileKind
impl RefUnwindSafe for DownloadFileKind
impl Send for DownloadFileKind
impl Sync for DownloadFileKind
impl Unpin for DownloadFileKind
impl UnsafeUnpin for DownloadFileKind
impl UnwindSafe for DownloadFileKind
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