pub struct CreateBackupOutput {
pub backup_details: Option<BackupDetails>,
}
Fields§
§backup_details: Option<BackupDetails>
Contains the details of the backup created for the table.
Trait Implementations§
Source§impl Clone for CreateBackupOutput
impl Clone for CreateBackupOutput
Source§fn clone(&self) -> CreateBackupOutput
fn clone(&self) -> CreateBackupOutput
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 CreateBackupOutput
impl Debug for CreateBackupOutput
Source§impl Default for CreateBackupOutput
impl Default for CreateBackupOutput
Source§fn default() -> CreateBackupOutput
fn default() -> CreateBackupOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateBackupOutput
impl<'de> Deserialize<'de> for CreateBackupOutput
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
Source§impl PartialEq for CreateBackupOutput
impl PartialEq for CreateBackupOutput
impl StructuralPartialEq for CreateBackupOutput
Auto Trait Implementations§
impl Freeze for CreateBackupOutput
impl RefUnwindSafe for CreateBackupOutput
impl Send for CreateBackupOutput
impl Sync for CreateBackupOutput
impl Unpin for CreateBackupOutput
impl UnwindSafe for CreateBackupOutput
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