pub struct GetBackupPlanFromTemplateOutput {
pub backup_plan_document: Option<BackupPlan>,
}
Fields§
§backup_plan_document: Option<BackupPlan>
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
Trait Implementations§
Source§impl Clone for GetBackupPlanFromTemplateOutput
impl Clone for GetBackupPlanFromTemplateOutput
Source§fn clone(&self) -> GetBackupPlanFromTemplateOutput
fn clone(&self) -> GetBackupPlanFromTemplateOutput
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 Default for GetBackupPlanFromTemplateOutput
impl Default for GetBackupPlanFromTemplateOutput
Source§fn default() -> GetBackupPlanFromTemplateOutput
fn default() -> GetBackupPlanFromTemplateOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetBackupPlanFromTemplateOutput
impl<'de> Deserialize<'de> for GetBackupPlanFromTemplateOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetBackupPlanFromTemplateOutput
impl PartialEq for GetBackupPlanFromTemplateOutput
Source§fn eq(&self, other: &GetBackupPlanFromTemplateOutput) -> bool
fn eq(&self, other: &GetBackupPlanFromTemplateOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetBackupPlanFromTemplateOutput
Auto Trait Implementations§
impl Freeze for GetBackupPlanFromTemplateOutput
impl RefUnwindSafe for GetBackupPlanFromTemplateOutput
impl Send for GetBackupPlanFromTemplateOutput
impl Sync for GetBackupPlanFromTemplateOutput
impl Unpin for GetBackupPlanFromTemplateOutput
impl UnwindSafe for GetBackupPlanFromTemplateOutput
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