pub struct CreateClusterSnapshotResult {
pub snapshot: Option<Snapshot>,
}
Fields§
§snapshot: Option<Snapshot>
Trait Implementations§
Source§impl Clone for CreateClusterSnapshotResult
impl Clone for CreateClusterSnapshotResult
Source§fn clone(&self) -> CreateClusterSnapshotResult
fn clone(&self) -> CreateClusterSnapshotResult
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 Debug for CreateClusterSnapshotResult
impl Debug for CreateClusterSnapshotResult
Source§impl Default for CreateClusterSnapshotResult
impl Default for CreateClusterSnapshotResult
Source§fn default() -> CreateClusterSnapshotResult
fn default() -> CreateClusterSnapshotResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CreateClusterSnapshotResult
Auto Trait Implementations§
impl Freeze for CreateClusterSnapshotResult
impl RefUnwindSafe for CreateClusterSnapshotResult
impl Send for CreateClusterSnapshotResult
impl Sync for CreateClusterSnapshotResult
impl Unpin for CreateClusterSnapshotResult
impl UnwindSafe for CreateClusterSnapshotResult
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