[][src]Struct nanowrimo::data::PrivacySettings

pub struct PrivacySettings {
    pub send_nanomessages: PrivacySetting,
    pub view_buddies: PrivacySetting,
    pub view_profile: PrivacySetting,
    pub view_projects: PrivacySetting,
    pub view_search: PrivacySetting,
    pub visibility_activity_logs: bool,
    pub visibility_buddy_lists: bool,
    pub visibility_regions: bool,
}

Fields

send_nanomessages: PrivacySettingview_buddies: PrivacySettingview_profile: PrivacySettingview_projects: PrivacySettingview_search: PrivacySettingvisibility_activity_logs: boolvisibility_buddy_lists: boolvisibility_regions: bool

Trait Implementations

impl Debug for PrivacySettings[src]

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

impl Serialize for PrivacySettings[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.