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
sourceimpl BuildNotDeleted
impl BuildNotDeleted
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BuildNotDeleted
.
Trait Implementations
sourceimpl Clone for BuildNotDeleted
impl Clone for BuildNotDeleted
sourcefn clone(&self) -> BuildNotDeleted
fn clone(&self) -> BuildNotDeleted
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BuildNotDeleted
impl Debug for BuildNotDeleted
sourceimpl PartialEq<BuildNotDeleted> for BuildNotDeleted
impl PartialEq<BuildNotDeleted> for BuildNotDeleted
sourcefn eq(&self, other: &BuildNotDeleted) -> bool
fn eq(&self, other: &BuildNotDeleted) -> bool
impl StructuralPartialEq for BuildNotDeleted
Auto Trait Implementations
impl RefUnwindSafe for BuildNotDeleted
impl Send for BuildNotDeleted
impl Sync for BuildNotDeleted
impl Unpin for BuildNotDeleted
impl UnwindSafe for BuildNotDeleted
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more