Struct google_spectrum1_explorer::DbUpdateSpec[][src]

pub struct DbUpdateSpec {
    pub databases: Option<Vec<DatabaseSpec>>,
}

This message is provided by the database to notify devices of an upcoming change to the database URI.

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

Fields

A required list of one or more databases. A device should update its preconfigured list of databases to replace (only) the database that provided the response with the specified entries.

Trait Implementations

impl Default for DbUpdateSpec
[src]

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

impl Clone for DbUpdateSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DbUpdateSpec
[src]

Formats the value using the given formatter. Read more

impl Part for DbUpdateSpec
[src]

Auto Trait Implementations