Struct rusoto_codebuild::StopBuildOutput [] [src]

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

Fields

Information about the build.

Trait Implementations

impl Default for StopBuildOutput
[src]

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

impl Debug for StopBuildOutput
[src]

Formats the value using the given formatter.

impl Clone for StopBuildOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more