Struct aws_sdk_workspacesweb::operation::delete_user_settings::builders::DeleteUserSettingsOutputBuilder    
source · #[non_exhaustive]pub struct DeleteUserSettingsOutputBuilder { /* private fields */ }Expand description
A builder for DeleteUserSettingsOutput.
Implementations§
source§impl DeleteUserSettingsOutputBuilder
 
impl DeleteUserSettingsOutputBuilder
sourcepub fn build(self) -> DeleteUserSettingsOutput
 
pub fn build(self) -> DeleteUserSettingsOutput
Consumes the builder and constructs a DeleteUserSettingsOutput.
Trait Implementations§
source§impl Clone for DeleteUserSettingsOutputBuilder
 
impl Clone for DeleteUserSettingsOutputBuilder
source§fn clone(&self) -> DeleteUserSettingsOutputBuilder
 
fn clone(&self) -> DeleteUserSettingsOutputBuilder
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 DeleteUserSettingsOutputBuilder
 
impl Default for DeleteUserSettingsOutputBuilder
source§fn default() -> DeleteUserSettingsOutputBuilder
 
fn default() -> DeleteUserSettingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteUserSettingsOutputBuilder
 
impl PartialEq for DeleteUserSettingsOutputBuilder
source§fn eq(&self, other: &DeleteUserSettingsOutputBuilder) -> bool
 
fn eq(&self, other: &DeleteUserSettingsOutputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteUserSettingsOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteUserSettingsOutputBuilder
impl RefUnwindSafe for DeleteUserSettingsOutputBuilder
impl Send for DeleteUserSettingsOutputBuilder
impl Sync for DeleteUserSettingsOutputBuilder
impl Unpin for DeleteUserSettingsOutputBuilder
impl UnwindSafe for DeleteUserSettingsOutputBuilder
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>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.