Struct rusoto_devicefarm::GetProjectResult [] [src]

pub struct GetProjectResult {
    pub project: Option<Project>,
}

Represents the result of a get project request.

Fields

The project you wish to get information about.

Trait Implementations

impl Default for GetProjectResult
[src]

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

impl Debug for GetProjectResult
[src]

Formats the value using the given formatter.

impl Clone for GetProjectResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more