Struct dynasty_api::recent_chapter::RecentChapter
source · [−]pub struct RecentChapter {
pub items: Vec<RecentChapterItem>,
pub page_number: u64,
pub max_page_number: u64,
}Expand description
A wrapper around Dynasty Reader’s recently added chapters
Fields
items: Vec<RecentChapterItem>page_number: u64max_page_number: u64Trait Implementations
sourceimpl Clone for RecentChapter
impl Clone for RecentChapter
sourcefn clone(&self) -> RecentChapter
fn clone(&self) -> RecentChapter
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 RecentChapter
impl Debug for RecentChapter
sourceimpl<'de> Deserialize<'de> for RecentChapter
impl<'de> Deserialize<'de> for RecentChapter
sourcefn 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
sourceimpl PartialEq<RecentChapter> for RecentChapter
impl PartialEq<RecentChapter> for RecentChapter
sourcefn eq(&self, other: &RecentChapter) -> bool
fn eq(&self, other: &RecentChapter) -> bool
sourceimpl Serialize for RecentChapter
impl Serialize for RecentChapter
impl Eq for RecentChapter
impl StructuralEq for RecentChapter
impl StructuralPartialEq for RecentChapter
Auto Trait Implementations
impl RefUnwindSafe for RecentChapter
impl Send for RecentChapter
impl Sync for RecentChapter
impl Unpin for RecentChapter
impl UnwindSafe for RecentChapter
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.