Struct aws_sdk_codebuild::output::DeleteReportOutput
source · [−]#[non_exhaustive]pub struct DeleteReportOutput {}
Implementations
sourceimpl DeleteReportOutput
impl DeleteReportOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteReportOutput
.
Trait Implementations
sourceimpl Clone for DeleteReportOutput
impl Clone for DeleteReportOutput
sourcefn clone(&self) -> DeleteReportOutput
fn clone(&self) -> DeleteReportOutput
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 DeleteReportOutput
impl Debug for DeleteReportOutput
sourceimpl PartialEq<DeleteReportOutput> for DeleteReportOutput
impl PartialEq<DeleteReportOutput> for DeleteReportOutput
sourcefn eq(&self, other: &DeleteReportOutput) -> bool
fn eq(&self, other: &DeleteReportOutput) -> bool
impl StructuralPartialEq for DeleteReportOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteReportOutput
impl Send for DeleteReportOutput
impl Sync for DeleteReportOutput
impl Unpin for DeleteReportOutput
impl UnwindSafe for DeleteReportOutput
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