pub enum ChapterSource {
Media,
Mixed,
Agent,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for ChapterSource
impl Clone for ChapterSource
Source§fn clone(&self) -> ChapterSource
fn clone(&self) -> ChapterSource
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ChapterSource
impl Debug for ChapterSource
Source§impl<'de> Deserialize<'de> for ChapterSource
impl<'de> Deserialize<'de> for ChapterSource
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 FromStr for ChapterSource
impl FromStr for ChapterSource
impl Copy for ChapterSource
Auto Trait Implementations§
impl Freeze for ChapterSource
impl RefUnwindSafe for ChapterSource
impl Send for ChapterSource
impl Sync for ChapterSource
impl Unpin for ChapterSource
impl UnwindSafe for ChapterSource
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