#[non_exhaustive]pub struct UpdateCollectionOutput { /* private fields */ }
Implementations§
source§impl UpdateCollectionOutput
impl UpdateCollectionOutput
sourcepub fn update_collection_detail(&self) -> Option<&UpdateCollectionDetail>
pub fn update_collection_detail(&self) -> Option<&UpdateCollectionDetail>
Details about the updated collection.
source§impl UpdateCollectionOutput
impl UpdateCollectionOutput
sourcepub fn builder() -> UpdateCollectionOutputBuilder
pub fn builder() -> UpdateCollectionOutputBuilder
Creates a new builder-style object to manufacture UpdateCollectionOutput
.
Trait Implementations§
source§impl Clone for UpdateCollectionOutput
impl Clone for UpdateCollectionOutput
source§fn clone(&self) -> UpdateCollectionOutput
fn clone(&self) -> UpdateCollectionOutput
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 UpdateCollectionOutput
impl Debug for UpdateCollectionOutput
source§impl PartialEq<UpdateCollectionOutput> for UpdateCollectionOutput
impl PartialEq<UpdateCollectionOutput> for UpdateCollectionOutput
source§fn eq(&self, other: &UpdateCollectionOutput) -> bool
fn eq(&self, other: &UpdateCollectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateCollectionOutput
impl RequestId for UpdateCollectionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.