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