Struct rusoto_codebuild::CreateProjectOutput [] [src]

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

Fields

Information about the build project that was created.

Trait Implementations

impl Default for CreateProjectOutput
[src]

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

impl Debug for CreateProjectOutput
[src]

Formats the value using the given formatter.

impl Clone for CreateProjectOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more