[][src]Struct mangaplus_parser::reader::Title

pub struct Title<'a> {
    pub title_id: u32,
    pub name: Cow<'a, str>,
    pub author: Cow<'a, str>,
    pub portait_image_url: Cow<'a, str>,
    pub landscape_image_url: Cow<'a, str>,
    pub view_count: u32,
    pub language: Language,
}

Fields

title_id: u32name: Cow<'a, str>author: Cow<'a, str>portait_image_url: Cow<'a, str>landscape_image_url: Cow<'a, str>view_count: u32language: Language

Trait Implementations

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

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

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

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

impl<'a> Serialize for Title<'a>[src]

impl<'de, 'a> Deserialize<'de> for Title<'a>[src]

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

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

Auto Trait Implementations

impl<'a> Send for Title<'a>

impl<'a> Sync for Title<'a>

impl<'a> Unpin for Title<'a>

impl<'a> UnwindSafe for Title<'a>

impl<'a> RefUnwindSafe for Title<'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]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]