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