Struct rusoto_appstream::CreateFleetResult [] [src]

pub struct CreateFleetResult {
    pub fleet: Option<Fleet>,
}

Fields

The details for the created fleet.

Trait Implementations

impl Default for CreateFleetResult
[src]

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

impl Debug for CreateFleetResult
[src]

Formats the value using the given formatter.

impl Clone for CreateFleetResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more