Struct rusoto_appstream::DescribeFleetsResult [] [src]

pub struct DescribeFleetsResult {
    pub fleets: Option<Vec<Fleet>>,
    pub next_token: Option<String>,
}

Fields

The list of fleet details.

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Trait Implementations

impl Default for DescribeFleetsResult
[src]

[src]

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

impl Debug for DescribeFleetsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeFleetsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more