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