Struct google_manufacturers1::DestinationStatus[][src]

pub struct DestinationStatus {
    pub status: Option<String>,
    pub destination: Option<String>,
}

The destination status.

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

Fields

The status of the destination.

The name of the destination.

Trait Implementations

impl Default for DestinationStatus
[src]

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

impl Clone for DestinationStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DestinationStatus
[src]

Formats the value using the given formatter. Read more

impl Part for DestinationStatus
[src]

Auto Trait Implementations