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