#[non_exhaustive]pub struct ExportBackupPlanTemplateOutput { /* private fields */ }
Implementations
sourceimpl ExportBackupPlanTemplateOutput
impl ExportBackupPlanTemplateOutput
sourcepub fn backup_plan_template_json(&self) -> Option<&str>
pub fn backup_plan_template_json(&self) -> Option<&str>
The body of a backup plan template in JSON format.
This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.
sourceimpl ExportBackupPlanTemplateOutput
impl ExportBackupPlanTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportBackupPlanTemplateOutput
.
Trait Implementations
sourceimpl Clone for ExportBackupPlanTemplateOutput
impl Clone for ExportBackupPlanTemplateOutput
sourcefn clone(&self) -> ExportBackupPlanTemplateOutput
fn clone(&self) -> ExportBackupPlanTemplateOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ExportBackupPlanTemplateOutput> for ExportBackupPlanTemplateOutput
impl PartialEq<ExportBackupPlanTemplateOutput> for ExportBackupPlanTemplateOutput
sourcefn eq(&self, other: &ExportBackupPlanTemplateOutput) -> bool
fn eq(&self, other: &ExportBackupPlanTemplateOutput) -> bool
impl StructuralPartialEq for ExportBackupPlanTemplateOutput
Auto Trait Implementations
impl RefUnwindSafe for ExportBackupPlanTemplateOutput
impl Send for ExportBackupPlanTemplateOutput
impl Sync for ExportBackupPlanTemplateOutput
impl Unpin for ExportBackupPlanTemplateOutput
impl UnwindSafe for ExportBackupPlanTemplateOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more