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