[][src]Struct mangaplus_parser::reader::SettingsView

pub struct SettingsView<'a> {
    pub my_icon: Option<CommentIcon<'a>>,
    pub user_name: Cow<'a, str>,
    pub notice_of_news_and_events: bool,
    pub notice_of_updates_of_subscribed_titles: bool,
    pub english_titles_count: u32,
    pub spanish_titles_count: u32,
}

Fields

my_icon: Option<CommentIcon<'a>>user_name: Cow<'a, str>notice_of_news_and_events: boolnotice_of_updates_of_subscribed_titles: boolenglish_titles_count: u32spanish_titles_count: u32

Trait Implementations

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl<'a> Send for SettingsView<'a>

impl<'a> Sync for SettingsView<'a>

impl<'a> Unpin for SettingsView<'a>

impl<'a> UnwindSafe for SettingsView<'a>

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