Struct aws_sdk_codebuild::model::BuildNotDeleted
source · #[non_exhaustive]pub struct BuildNotDeleted { /* private fields */ }
Expand description
Information about a build that could not be successfully deleted.
Implementations§
source§impl BuildNotDeleted
impl BuildNotDeleted
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BuildNotDeleted
.
Trait Implementations§
source§impl Clone for BuildNotDeleted
impl Clone for BuildNotDeleted
source§fn clone(&self) -> BuildNotDeleted
fn clone(&self) -> BuildNotDeleted
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BuildNotDeleted
impl Debug for BuildNotDeleted
source§impl PartialEq<BuildNotDeleted> for BuildNotDeleted
impl PartialEq<BuildNotDeleted> for BuildNotDeleted
source§fn eq(&self, other: &BuildNotDeleted) -> bool
fn eq(&self, other: &BuildNotDeleted) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.