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