Struct rusoto_codebuild::DeleteProjectInput
[−]
[src]
pub struct DeleteProjectInput {
pub name: NonEmptyString,
}Fields
name: NonEmptyString
The name of the build project.
Trait Implementations
impl Default for DeleteProjectInput[src]
fn default() -> DeleteProjectInput
Returns the "default value" for a type. Read more
impl Debug for DeleteProjectInput[src]
impl Clone for DeleteProjectInput[src]
fn clone(&self) -> DeleteProjectInput
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more