pub struct DescribeBackupOutput {
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 DescribeBackupOutput
impl Clone for DescribeBackupOutput
Source§fn clone(&self) -> DescribeBackupOutput
fn clone(&self) -> DescribeBackupOutput
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 DescribeBackupOutput
impl Debug for DescribeBackupOutput
Source§impl Default for DescribeBackupOutput
impl Default for DescribeBackupOutput
Source§fn default() -> DescribeBackupOutput
fn default() -> DescribeBackupOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeBackupOutput
impl<'de> Deserialize<'de> for DescribeBackupOutput
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 DescribeBackupOutput
impl PartialEq for DescribeBackupOutput
impl StructuralPartialEq for DescribeBackupOutput
Auto Trait Implementations§
impl Freeze for DescribeBackupOutput
impl RefUnwindSafe for DescribeBackupOutput
impl Send for DescribeBackupOutput
impl Sync for DescribeBackupOutput
impl Unpin for DescribeBackupOutput
impl UnwindSafe for DescribeBackupOutput
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