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