Struct google_books1::UsersettingsNotesExport[][src]

pub struct UsersettingsNotesExport {
    pub is_enabled: Option<bool>,
    pub folder_name: Option<String>,
}

User settings in sub-objects, each for different purposes.

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

Fields

no description provided

no description provided

Trait Implementations

impl Default for UsersettingsNotesExport
[src]

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

impl Clone for UsersettingsNotesExport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UsersettingsNotesExport
[src]

Formats the value using the given formatter. Read more

impl NestedType for UsersettingsNotesExport
[src]

impl Part for UsersettingsNotesExport
[src]

Auto Trait Implementations