pub struct BackupSnapshotView {
pub timestamp: String,
}Expand description
One restorable pre-upgrade snapshot.
Fields§
§timestamp: StringYYYY-MM-DDTHH-MM-SSZ; pass back as at to revert to exactly this one.
Trait Implementations§
Source§impl Clone for BackupSnapshotView
impl Clone for BackupSnapshotView
Source§fn clone(&self) -> BackupSnapshotView
fn clone(&self) -> BackupSnapshotView
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 BackupSnapshotView
impl Debug for BackupSnapshotView
Source§impl<'de> Deserialize<'de> for BackupSnapshotView
impl<'de> Deserialize<'de> for BackupSnapshotView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BackupSnapshotView
impl RefUnwindSafe for BackupSnapshotView
impl Send for BackupSnapshotView
impl Sync for BackupSnapshotView
impl Unpin for BackupSnapshotView
impl UnsafeUnpin for BackupSnapshotView
impl UnwindSafe for BackupSnapshotView
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