Struct google_genomics1::ExternalId [] [src]

pub struct ExternalId {
    pub source_name: Option<String>,
    pub id: Option<String>,
}

There is no detailed description.

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

Fields

The name of the source of this data.

The id used by the source of this data.

Trait Implementations

impl Debug for ExternalId
[src]

Formats the value using the given formatter.

impl Clone for ExternalId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ExternalId
[src]

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

impl Part for ExternalId
[src]