[][src]Struct nanowrimo::data::EmailSettings

pub struct EmailSettings {
    pub blog_posts: bool,
    pub buddy_requests: bool,
    pub events_in_home_region: bool,
    pub nanomessages_buddies: bool,
    pub nanomessages_hq: bool,
    pub nanomessages_mls: bool,
    pub nanowrimo_updates: bool,
    pub newsletter: bool,
    pub writing_reminders: bool,
}

Fields

blog_posts: boolbuddy_requests: boolevents_in_home_region: boolnanomessages_buddies: boolnanomessages_hq: boolnanomessages_mls: boolnanowrimo_updates: boolnewsletter: boolwriting_reminders: bool

Trait Implementations

impl Debug for EmailSettings[src]

impl<'de> Deserialize<'de> for EmailSettings[src]

impl Serialize for EmailSettings[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

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.