Struct aws_sdk_securityhub::operation::delete_finding_aggregator::DeleteFindingAggregatorOutput
source · #[non_exhaustive]pub struct DeleteFindingAggregatorOutput { /* private fields */ }
Implementations§
source§impl DeleteFindingAggregatorOutput
impl DeleteFindingAggregatorOutput
sourcepub fn builder() -> DeleteFindingAggregatorOutputBuilder
pub fn builder() -> DeleteFindingAggregatorOutputBuilder
Creates a new builder-style object to manufacture DeleteFindingAggregatorOutput
.
Trait Implementations§
source§impl Clone for DeleteFindingAggregatorOutput
impl Clone for DeleteFindingAggregatorOutput
source§fn clone(&self) -> DeleteFindingAggregatorOutput
fn clone(&self) -> DeleteFindingAggregatorOutput
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 PartialEq for DeleteFindingAggregatorOutput
impl PartialEq for DeleteFindingAggregatorOutput
source§fn eq(&self, other: &DeleteFindingAggregatorOutput) -> bool
fn eq(&self, other: &DeleteFindingAggregatorOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteFindingAggregatorOutput
impl RequestId for DeleteFindingAggregatorOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteFindingAggregatorOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteFindingAggregatorOutput
impl Send for DeleteFindingAggregatorOutput
impl Sync for DeleteFindingAggregatorOutput
impl Unpin for DeleteFindingAggregatorOutput
impl UnwindSafe for DeleteFindingAggregatorOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more