pub struct DescribeBackupInput {
pub backup_arn: String,
}
Fields§
§backup_arn: String
The Amazon Resource Name (ARN) associated with the backup.
Trait Implementations§
Source§impl Clone for DescribeBackupInput
impl Clone for DescribeBackupInput
Source§fn clone(&self) -> DescribeBackupInput
fn clone(&self) -> DescribeBackupInput
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 DescribeBackupInput
impl Debug for DescribeBackupInput
Source§impl Default for DescribeBackupInput
impl Default for DescribeBackupInput
Source§fn default() -> DescribeBackupInput
fn default() -> DescribeBackupInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeBackupInput
impl PartialEq for DescribeBackupInput
Source§impl Serialize for DescribeBackupInput
impl Serialize for DescribeBackupInput
impl StructuralPartialEq for DescribeBackupInput
Auto Trait Implementations§
impl Freeze for DescribeBackupInput
impl RefUnwindSafe for DescribeBackupInput
impl Send for DescribeBackupInput
impl Sync for DescribeBackupInput
impl Unpin for DescribeBackupInput
impl UnwindSafe for DescribeBackupInput
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