Struct aws_sdk_connect::operation::update_instance_storage_config::UpdateInstanceStorageConfigOutput   
source · #[non_exhaustive]pub struct UpdateInstanceStorageConfigOutput { /* private fields */ }Implementations§
source§impl UpdateInstanceStorageConfigOutput
 
impl UpdateInstanceStorageConfigOutput
sourcepub fn builder() -> UpdateInstanceStorageConfigOutputBuilder
 
pub fn builder() -> UpdateInstanceStorageConfigOutputBuilder
Creates a new builder-style object to manufacture UpdateInstanceStorageConfigOutput.
Trait Implementations§
source§impl Clone for UpdateInstanceStorageConfigOutput
 
impl Clone for UpdateInstanceStorageConfigOutput
source§fn clone(&self) -> UpdateInstanceStorageConfigOutput
 
fn clone(&self) -> UpdateInstanceStorageConfigOutput
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 PartialEq for UpdateInstanceStorageConfigOutput
 
impl PartialEq for UpdateInstanceStorageConfigOutput
source§fn eq(&self, other: &UpdateInstanceStorageConfigOutput) -> bool
 
fn eq(&self, other: &UpdateInstanceStorageConfigOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateInstanceStorageConfigOutput
 
impl RequestId for UpdateInstanceStorageConfigOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for UpdateInstanceStorageConfigOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateInstanceStorageConfigOutput
impl Send for UpdateInstanceStorageConfigOutput
impl Sync for UpdateInstanceStorageConfigOutput
impl Unpin for UpdateInstanceStorageConfigOutput
impl UnwindSafe for UpdateInstanceStorageConfigOutput
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.