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