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