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