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