Struct rusoto_codebuild::UpdateProjectOutput [] [src]

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

Fields

Information about the build project that was changed.

Trait Implementations

impl Default for UpdateProjectOutput
[src]

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

impl Debug for UpdateProjectOutput
[src]

Formats the value using the given formatter.

impl Clone for UpdateProjectOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more