#[non_exhaustive]pub struct DeleteWebAclOutputBuilder { /* private fields */ }Expand description
A builder for DeleteWebAclOutput.
Implementations§
source§impl DeleteWebAclOutputBuilder
impl DeleteWebAclOutputBuilder
sourcepub fn build(self) -> DeleteWebAclOutput
pub fn build(self) -> DeleteWebAclOutput
Consumes the builder and constructs a DeleteWebAclOutput.
Trait Implementations§
source§impl Clone for DeleteWebAclOutputBuilder
impl Clone for DeleteWebAclOutputBuilder
source§fn clone(&self) -> DeleteWebAclOutputBuilder
fn clone(&self) -> DeleteWebAclOutputBuilder
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 DeleteWebAclOutputBuilder
impl Debug for DeleteWebAclOutputBuilder
source§impl Default for DeleteWebAclOutputBuilder
impl Default for DeleteWebAclOutputBuilder
source§fn default() -> DeleteWebAclOutputBuilder
fn default() -> DeleteWebAclOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteWebAclOutputBuilder
impl PartialEq for DeleteWebAclOutputBuilder
source§fn eq(&self, other: &DeleteWebAclOutputBuilder) -> bool
fn eq(&self, other: &DeleteWebAclOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteWebAclOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteWebAclOutputBuilder
impl Send for DeleteWebAclOutputBuilder
impl Sync for DeleteWebAclOutputBuilder
impl Unpin for DeleteWebAclOutputBuilder
impl UnwindSafe for DeleteWebAclOutputBuilder
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.