#[non_exhaustive]pub struct UpdateInstanceStorageConfigOutput {}
Implementations
sourceimpl UpdateInstanceStorageConfigOutput
impl UpdateInstanceStorageConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateInstanceStorageConfigOutput
.
Trait Implementations
sourceimpl Clone for UpdateInstanceStorageConfigOutput
impl Clone for UpdateInstanceStorageConfigOutput
sourcefn clone(&self) -> UpdateInstanceStorageConfigOutput
fn clone(&self) -> UpdateInstanceStorageConfigOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<UpdateInstanceStorageConfigOutput> for UpdateInstanceStorageConfigOutput
impl PartialEq<UpdateInstanceStorageConfigOutput> for UpdateInstanceStorageConfigOutput
sourcefn eq(&self, other: &UpdateInstanceStorageConfigOutput) -> bool
fn eq(&self, other: &UpdateInstanceStorageConfigOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more