Struct dynasty_api::chapter::ChapterConfig
source · [−]pub struct ChapterConfig {
pub name: String,
}Expand description
A configuration to get a Chapter
Fields
name: StringTrait Implementations
sourceimpl Clone for ChapterConfig
impl Clone for ChapterConfig
sourcefn clone(&self) -> ChapterConfig
fn clone(&self) -> ChapterConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ChapterConfig
impl Debug for ChapterConfig
sourceimpl From<DirectoryListChapterItem> for ChapterConfig
impl From<DirectoryListChapterItem> for ChapterConfig
sourcefn from(item: DirectoryListChapterItem) -> Self
fn from(item: DirectoryListChapterItem) -> Self
Converts to this type from the input type.
sourceimpl From<RecentChapterItem> for ChapterConfig
impl From<RecentChapterItem> for ChapterConfig
sourcefn from(item: RecentChapterItem) -> Self
fn from(item: RecentChapterItem) -> Self
Converts to this type from the input type.
sourceimpl From<String> for ChapterConfig
impl From<String> for ChapterConfig
sourceimpl PartialEq<ChapterConfig> for ChapterConfig
impl PartialEq<ChapterConfig> for ChapterConfig
sourcefn eq(&self, other: &ChapterConfig) -> bool
fn eq(&self, other: &ChapterConfig) -> bool
impl Eq for ChapterConfig
impl StructuralEq for ChapterConfig
impl StructuralPartialEq for ChapterConfig
Auto Trait Implementations
impl RefUnwindSafe for ChapterConfig
impl Send for ChapterConfig
impl Sync for ChapterConfig
impl Unpin for ChapterConfig
impl UnwindSafe for ChapterConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.