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