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