Struct aws_sdk_accessanalyzer::operation::delete_archive_rule::builders::DeleteArchiveRuleOutputBuilder
source · #[non_exhaustive]pub struct DeleteArchiveRuleOutputBuilder { /* private fields */ }Expand description
A builder for DeleteArchiveRuleOutput.
Implementations§
source§impl DeleteArchiveRuleOutputBuilder
impl DeleteArchiveRuleOutputBuilder
sourcepub fn build(self) -> DeleteArchiveRuleOutput
pub fn build(self) -> DeleteArchiveRuleOutput
Consumes the builder and constructs a DeleteArchiveRuleOutput.
Trait Implementations§
source§impl Clone for DeleteArchiveRuleOutputBuilder
impl Clone for DeleteArchiveRuleOutputBuilder
source§fn clone(&self) -> DeleteArchiveRuleOutputBuilder
fn clone(&self) -> DeleteArchiveRuleOutputBuilder
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 Default for DeleteArchiveRuleOutputBuilder
impl Default for DeleteArchiveRuleOutputBuilder
source§fn default() -> DeleteArchiveRuleOutputBuilder
fn default() -> DeleteArchiveRuleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteArchiveRuleOutputBuilder
impl PartialEq for DeleteArchiveRuleOutputBuilder
source§fn eq(&self, other: &DeleteArchiveRuleOutputBuilder) -> bool
fn eq(&self, other: &DeleteArchiveRuleOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteArchiveRuleOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteArchiveRuleOutputBuilder
impl RefUnwindSafe for DeleteArchiveRuleOutputBuilder
impl Send for DeleteArchiveRuleOutputBuilder
impl Sync for DeleteArchiveRuleOutputBuilder
impl Unpin for DeleteArchiveRuleOutputBuilder
impl UnwindSafe for DeleteArchiveRuleOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.