[][src]Struct tweetust::models::AccountSettings

pub struct AccountSettings {
    pub allow_contributor_request: String,
    pub allow_dms_from: String,
    pub allow_dm_groups_from: String,
    pub always_use_https: bool,
    pub discoverable_by_email: bool,
    pub discoverable_by_mobile_phone: bool,
    pub display_sensitive_media: bool,
    pub geo_enabled: bool,
    pub language: String,
    pub protected: bool,
    pub screen_name: String,
    pub sleep_time: SleepTime,
    pub smart_mute: bool,
    pub time_zone: TimeZone,
    pub translator_type: String,
    pub trend_location: Vec<TrendPlace>,
    pub use_cookie_personalization: bool,
}

Fields

allow_contributor_request: Stringallow_dms_from: Stringallow_dm_groups_from: Stringalways_use_https: booldiscoverable_by_email: booldiscoverable_by_mobile_phone: booldisplay_sensitive_media: boolgeo_enabled: boollanguage: Stringprotected: boolscreen_name: Stringsleep_time: SleepTimesmart_mute: booltime_zone: TimeZonetranslator_type: Stringtrend_location: Vec<TrendPlace>use_cookie_personalization: bool

Trait Implementations

impl Clone for AccountSettings[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for AccountSettings[src]

impl Serialize for AccountSettings[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

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

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

impl<T> Borrow<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]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.