pub struct CreateDBClusterSnapshotResult {
pub db_cluster_snapshot: Option<DBClusterSnapshot>,
}
Fields§
§db_cluster_snapshot: Option<DBClusterSnapshot>
Trait Implementations§
Source§impl Clone for CreateDBClusterSnapshotResult
impl Clone for CreateDBClusterSnapshotResult
Source§fn clone(&self) -> CreateDBClusterSnapshotResult
fn clone(&self) -> CreateDBClusterSnapshotResult
Returns a duplicate 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 Default for CreateDBClusterSnapshotResult
impl Default for CreateDBClusterSnapshotResult
Source§fn default() -> CreateDBClusterSnapshotResult
fn default() -> CreateDBClusterSnapshotResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateDBClusterSnapshotResult
impl PartialEq for CreateDBClusterSnapshotResult
Source§fn eq(&self, other: &CreateDBClusterSnapshotResult) -> bool
fn eq(&self, other: &CreateDBClusterSnapshotResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateDBClusterSnapshotResult
Auto Trait Implementations§
impl Freeze for CreateDBClusterSnapshotResult
impl RefUnwindSafe for CreateDBClusterSnapshotResult
impl Send for CreateDBClusterSnapshotResult
impl Sync for CreateDBClusterSnapshotResult
impl Unpin for CreateDBClusterSnapshotResult
impl UnwindSafe for CreateDBClusterSnapshotResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more