Struct aws_sdk_codebuild::output::DeleteReportGroupOutput
source · #[non_exhaustive]pub struct DeleteReportGroupOutput {}
Implementations§
source§impl DeleteReportGroupOutput
impl DeleteReportGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteReportGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteReportGroupOutput
impl Clone for DeleteReportGroupOutput
source§fn clone(&self) -> DeleteReportGroupOutput
fn clone(&self) -> DeleteReportGroupOutput
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 DeleteReportGroupOutput
impl Debug for DeleteReportGroupOutput
source§impl PartialEq<DeleteReportGroupOutput> for DeleteReportGroupOutput
impl PartialEq<DeleteReportGroupOutput> for DeleteReportGroupOutput
source§fn eq(&self, other: &DeleteReportGroupOutput) -> bool
fn eq(&self, other: &DeleteReportGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.