Struct rusoto_codebuild::StartBuildOutput [] [src]

pub struct StartBuildOutput {
    pub build: Option<Build>,
}

Fields

Information about the build to be run.

Trait Implementations

impl Default for StartBuildOutput
[src]

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

impl Debug for StartBuildOutput
[src]

Formats the value using the given formatter.

impl Clone for StartBuildOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more