pub struct GetBackupPlanFromJSONInput {
pub backup_plan_template_json: String,
}Fields§
§backup_plan_template_json: StringA 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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§impl PartialEq for GetBackupPlanFromJSONInput
impl PartialEq for GetBackupPlanFromJSONInput
Source§fn eq(&self, other: &GetBackupPlanFromJSONInput) -> bool
fn eq(&self, other: &GetBackupPlanFromJSONInput) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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