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