pub struct BackupRunnerSnapshot {
pub snapshot_id: String,
pub taken_at_timestamp: Option<u64>,
pub total_size_bytes: Option<u64>,
}Expand description
BackupRunnerSnapshot
Fields§
§snapshot_id: String§taken_at_timestamp: Option<u64>§total_size_bytes: Option<u64>Trait Implementations§
Source§impl Clone for BackupRunnerSnapshot
impl Clone for BackupRunnerSnapshot
Source§fn clone(&self) -> BackupRunnerSnapshot
fn clone(&self) -> BackupRunnerSnapshot
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 BackupRunnerSnapshot
impl Debug for BackupRunnerSnapshot
impl Eq for BackupRunnerSnapshot
Source§impl PartialEq for BackupRunnerSnapshot
impl PartialEq for BackupRunnerSnapshot
impl StructuralPartialEq for BackupRunnerSnapshot
Auto Trait Implementations§
impl Freeze for BackupRunnerSnapshot
impl RefUnwindSafe for BackupRunnerSnapshot
impl Send for BackupRunnerSnapshot
impl Sync for BackupRunnerSnapshot
impl Unpin for BackupRunnerSnapshot
impl UnsafeUnpin for BackupRunnerSnapshot
impl UnwindSafe for BackupRunnerSnapshot
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