[][src]Struct mangaplus_parser::reader::TitleDetailView

pub struct TitleDetailView<'a> {
    pub title: Option<Title<'a>>,
    pub title_image_url: Cow<'a, str>,
    pub overview: Cow<'a, str>,
    pub background_image_url: Cow<'a, str>,
    pub next_time_stamp: u32,
    pub update_timing: UpdateTiming,
    pub viewing_period_description: Cow<'a, str>,
    pub non_appearance_info: Cow<'a, str>,
    pub first_chapter_list: Vec<Chapter<'a>>,
    pub last_chapter_list: Vec<Chapter<'a>>,
    pub banners: Vec<Banner<'a>>,
    pub recommended_title_list: Vec<Title<'a>>,
    pub sns: Option<Sns<'a>>,
    pub is_simul_released: bool,
    pub is_subscribed: bool,
    pub rating: Rating,
    pub chapters_descending: bool,
    pub number_of_views: u32,
}

Fields

title: Option<Title<'a>>title_image_url: Cow<'a, str>overview: Cow<'a, str>background_image_url: Cow<'a, str>next_time_stamp: u32update_timing: UpdateTimingviewing_period_description: Cow<'a, str>non_appearance_info: Cow<'a, str>first_chapter_list: Vec<Chapter<'a>>last_chapter_list: Vec<Chapter<'a>>banners: Vec<Banner<'a>>recommended_title_list: Vec<Title<'a>>sns: Option<Sns<'a>>is_simul_released: boolis_subscribed: boolrating: Ratingchapters_descending: boolnumber_of_views: u32

Trait Implementations

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

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

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

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

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

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

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

Auto Trait Implementations

impl<'a> Send for TitleDetailView<'a>

impl<'a> Sync for TitleDetailView<'a>

impl<'a> Unpin for TitleDetailView<'a>

impl<'a> UnwindSafe for TitleDetailView<'a>

impl<'a> RefUnwindSafe for TitleDetailView<'a>

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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