[][src]Struct ganganonline_parser_lib::reader::mod_MangaPage::LastPage

pub struct LastPage<'a> {
    pub current_chapter: Option<Chapter<'a>>,
    pub next_chapter: Option<Chapter<'a>>,
    pub advertisement: Option<AdNetworkList<'a>>,
    pub sns: Option<Sns<'a>>,
    pub is_bookmarked: bool,
    pub is_liked: bool,
    pub recommended_titles: Vec<Title<'a>>,
    pub questionnaire_url: Cow<'a, str>,
}

Fields

current_chapter: Option<Chapter<'a>>next_chapter: Option<Chapter<'a>>advertisement: Option<AdNetworkList<'a>>sns: Option<Sns<'a>>is_bookmarked: boolis_liked: boolrecommended_titles: Vec<Title<'a>>questionnaire_url: Cow<'a, str>

Trait Implementations

impl<'a> Clone for LastPage<'a>[src]

impl<'a> Debug for LastPage<'a>[src]

impl<'a> Default for LastPage<'a>[src]

impl<'a> MessageRead<'a> for LastPage<'a>[src]

impl<'a> MessageWrite for LastPage<'a>[src]

impl<'a> PartialEq<LastPage<'a>> for LastPage<'a>[src]

impl<'a> StructuralPartialEq for LastPage<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for LastPage<'a>

impl<'a> Send for LastPage<'a>

impl<'a> Sync for LastPage<'a>

impl<'a> Unpin for LastPage<'a>

impl<'a> UnwindSafe for LastPage<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.