Struct rusoto_codestar::UpdateProjectRequest [] [src]

pub struct UpdateProjectRequest {
    pub description: Option<String>,
    pub id: String,
    pub name: Option<String>,
}

Fields

The description of the project, if any.

The ID of the project you want to update.

The name of the project you want to update.

Trait Implementations

impl Default for UpdateProjectRequest
[src]

[src]

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

impl Debug for UpdateProjectRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateProjectRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more