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