#[non_exhaustive]pub struct CreateBackendStorageOutput { /* private fields */ }
Implementations§
source§impl CreateBackendStorageOutput
impl CreateBackendStorageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBackendStorageOutput
.
Trait Implementations§
source§impl Clone for CreateBackendStorageOutput
impl Clone for CreateBackendStorageOutput
source§fn clone(&self) -> CreateBackendStorageOutput
fn clone(&self) -> CreateBackendStorageOutput
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 Debug for CreateBackendStorageOutput
impl Debug for CreateBackendStorageOutput
source§impl PartialEq<CreateBackendStorageOutput> for CreateBackendStorageOutput
impl PartialEq<CreateBackendStorageOutput> for CreateBackendStorageOutput
source§fn eq(&self, other: &CreateBackendStorageOutput) -> bool
fn eq(&self, other: &CreateBackendStorageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.