pub struct ExportBackupPlanTemplateInput {
pub backup_plan_id: String,
}
Fields§
§backup_plan_id: String
Uniquely identifies a backup plan.
Trait Implementations§
Source§impl Clone for ExportBackupPlanTemplateInput
impl Clone for ExportBackupPlanTemplateInput
Source§fn clone(&self) -> ExportBackupPlanTemplateInput
fn clone(&self) -> ExportBackupPlanTemplateInput
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 Default for ExportBackupPlanTemplateInput
impl Default for ExportBackupPlanTemplateInput
Source§fn default() -> ExportBackupPlanTemplateInput
fn default() -> ExportBackupPlanTemplateInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExportBackupPlanTemplateInput
impl PartialEq for ExportBackupPlanTemplateInput
Source§fn eq(&self, other: &ExportBackupPlanTemplateInput) -> bool
fn eq(&self, other: &ExportBackupPlanTemplateInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ExportBackupPlanTemplateInput
Auto Trait Implementations§
impl Freeze for ExportBackupPlanTemplateInput
impl RefUnwindSafe for ExportBackupPlanTemplateInput
impl Send for ExportBackupPlanTemplateInput
impl Sync for ExportBackupPlanTemplateInput
impl Unpin for ExportBackupPlanTemplateInput
impl UnwindSafe for ExportBackupPlanTemplateInput
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