#[non_exhaustive]pub struct UpdateBackendStorageOutput { /* private fields */ }
Implementations
sourceimpl UpdateBackendStorageOutput
impl UpdateBackendStorageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBackendStorageOutput
.
Trait Implementations
sourceimpl Clone for UpdateBackendStorageOutput
impl Clone for UpdateBackendStorageOutput
sourcefn clone(&self) -> UpdateBackendStorageOutput
fn clone(&self) -> UpdateBackendStorageOutput
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 Debug for UpdateBackendStorageOutput
impl Debug for UpdateBackendStorageOutput
sourceimpl PartialEq<UpdateBackendStorageOutput> for UpdateBackendStorageOutput
impl PartialEq<UpdateBackendStorageOutput> for UpdateBackendStorageOutput
sourcefn eq(&self, other: &UpdateBackendStorageOutput) -> bool
fn eq(&self, other: &UpdateBackendStorageOutput) -> bool
impl StructuralPartialEq for UpdateBackendStorageOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateBackendStorageOutput
impl Send for UpdateBackendStorageOutput
impl Sync for UpdateBackendStorageOutput
impl Unpin for UpdateBackendStorageOutput
impl UnwindSafe for UpdateBackendStorageOutput
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