pub struct GetBackupPlanFromJSONInput {
pub backup_plan_template_json: String,
}
Fields§
§backup_plan_template_json: String
A customer-supplied backup plan document in JSON format.
Trait Implementations§
Source§impl Clone for GetBackupPlanFromJSONInput
impl Clone for GetBackupPlanFromJSONInput
Source§fn clone(&self) -> GetBackupPlanFromJSONInput
fn clone(&self) -> GetBackupPlanFromJSONInput
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 GetBackupPlanFromJSONInput
impl Debug for GetBackupPlanFromJSONInput
Source§impl Default for GetBackupPlanFromJSONInput
impl Default for GetBackupPlanFromJSONInput
Source§fn default() -> GetBackupPlanFromJSONInput
fn default() -> GetBackupPlanFromJSONInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetBackupPlanFromJSONInput
Auto Trait Implementations§
impl Freeze for GetBackupPlanFromJSONInput
impl RefUnwindSafe for GetBackupPlanFromJSONInput
impl Send for GetBackupPlanFromJSONInput
impl Sync for GetBackupPlanFromJSONInput
impl Unpin for GetBackupPlanFromJSONInput
impl UnwindSafe for GetBackupPlanFromJSONInput
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