Struct google_books1::UsersettingsNotification[][src]

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

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for UsersettingsNotification
[src]

Returns the "default value" for a type. Read more

impl Clone for UsersettingsNotification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UsersettingsNotification
[src]

Formats the value using the given formatter. Read more

impl NestedType for UsersettingsNotification
[src]

impl Part for UsersettingsNotification
[src]

Auto Trait Implementations