Struct google_spectrum1_explorer::DatabaseSpec[][src]

pub struct DatabaseSpec {
    pub name: Option<String>,
    pub uri: Option<String>,
}

This message contains the name and URI of a database.

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

Fields

The display name for a database.

The corresponding URI of the database.

Trait Implementations

impl Default for DatabaseSpec
[src]

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

impl Clone for DatabaseSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DatabaseSpec
[src]

Formats the value using the given formatter. Read more

impl Part for DatabaseSpec
[src]

Auto Trait Implementations