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