Struct google_books1::api::Notification[][src]

pub struct Notification {
Show 16 fields pub body: Option<String>, pub crm_experiment_ids: Option<Vec<String>>, pub doc_id: Option<String>, pub doc_type: Option<String>, pub dont_show_notification: Option<bool>, pub icon_url: Option<String>, pub is_document_mature: Option<bool>, pub kind: Option<String>, pub notification_group: Option<String>, pub notification_type: Option<String>, pub pcampaign_id: Option<String>, pub reason: Option<String>, pub show_notification_settings_action: Option<bool>, pub target_url: Option<String>, pub time_to_expire_ms: Option<String>, pub title: Option<String>,
}
Expand description

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

body: Option<String>

no description provided

crm_experiment_ids: Option<Vec<String>>

The list of crm experiment ids.

doc_id: Option<String>

no description provided

doc_type: Option<String>

no description provided

dont_show_notification: Option<bool>

no description provided

icon_url: Option<String>

no description provided

is_document_mature: Option<bool>

no description provided

kind: Option<String>

Resource type.

notification_group: Option<String>

no description provided

notification_type: Option<String>

no description provided

pcampaign_id: Option<String>

no description provided

reason: Option<String>

no description provided

show_notification_settings_action: Option<bool>

no description provided

target_url: Option<String>

no description provided

time_to_expire_ms: Option<String>

no description provided

title: Option<String>

no description provided

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.