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