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