pub struct BackupRunnerSnapshotReceipt {
pub snapshot_id: String,
pub taken_at_timestamp: Option<u64>,
pub total_size_bytes: Option<u64>,
}Expand description
BackupRunnerSnapshotReceipt
Fields§
§snapshot_id: String§taken_at_timestamp: Option<u64>§total_size_bytes: Option<u64>Trait Implementations§
Source§impl Clone for BackupRunnerSnapshotReceipt
impl Clone for BackupRunnerSnapshotReceipt
Source§fn clone(&self) -> BackupRunnerSnapshotReceipt
fn clone(&self) -> BackupRunnerSnapshotReceipt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BackupRunnerSnapshotReceipt
impl Debug for BackupRunnerSnapshotReceipt
Source§impl PartialEq for BackupRunnerSnapshotReceipt
impl PartialEq for BackupRunnerSnapshotReceipt
Source§fn eq(&self, other: &BackupRunnerSnapshotReceipt) -> bool
fn eq(&self, other: &BackupRunnerSnapshotReceipt) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BackupRunnerSnapshotReceipt
impl StructuralPartialEq for BackupRunnerSnapshotReceipt
Auto Trait Implementations§
impl Freeze for BackupRunnerSnapshotReceipt
impl RefUnwindSafe for BackupRunnerSnapshotReceipt
impl Send for BackupRunnerSnapshotReceipt
impl Sync for BackupRunnerSnapshotReceipt
impl Unpin for BackupRunnerSnapshotReceipt
impl UnsafeUnpin for BackupRunnerSnapshotReceipt
impl UnwindSafe for BackupRunnerSnapshotReceipt
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