[][src]Struct google_books1::UsersettingsNotification

pub struct UsersettingsNotification {
    pub match_my_interests: Option<UsersettingsNotificationMatchMyInterests>,
    pub reward_expirations: Option<UsersettingsNotificationRewardExpirations>,
    pub more_from_series: Option<UsersettingsNotificationMoreFromSeries>,
    pub more_from_authors: Option<UsersettingsNotificationMoreFromAuthors>,
    pub price_drop: Option<UsersettingsNotificationPriceDrop>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

match_my_interests: Option<UsersettingsNotificationMatchMyInterests>

no description provided

reward_expirations: Option<UsersettingsNotificationRewardExpirations>

no description provided

more_from_series: Option<UsersettingsNotificationMoreFromSeries>

no description provided

more_from_authors: Option<UsersettingsNotificationMoreFromAuthors>

no description provided

price_drop: Option<UsersettingsNotificationPriceDrop>

no description provided

Trait Implementations

impl Clone for UsersettingsNotification[src]

impl Debug for UsersettingsNotification[src]

impl Default for UsersettingsNotification[src]

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

impl NestedType for UsersettingsNotification[src]

impl Part for UsersettingsNotification[src]

impl Serialize for UsersettingsNotification[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, U> Into<U> for T where
    U: From<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> Typeable for T where
    T: Any