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