Struct aws_sdk_backup::operation::get_backup_plan_from_template::GetBackupPlanFromTemplateOutput
source · #[non_exhaustive]pub struct GetBackupPlanFromTemplateOutput { /* private fields */ }
Implementations§
source§impl GetBackupPlanFromTemplateOutput
impl GetBackupPlanFromTemplateOutput
sourcepub fn backup_plan_document(&self) -> Option<&BackupPlan>
pub fn backup_plan_document(&self) -> Option<&BackupPlan>
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
source§impl GetBackupPlanFromTemplateOutput
impl GetBackupPlanFromTemplateOutput
sourcepub fn builder() -> GetBackupPlanFromTemplateOutputBuilder
pub fn builder() -> GetBackupPlanFromTemplateOutputBuilder
Creates a new builder-style object to manufacture GetBackupPlanFromTemplateOutput
.
Trait Implementations§
source§impl Clone for GetBackupPlanFromTemplateOutput
impl Clone for GetBackupPlanFromTemplateOutput
source§fn clone(&self) -> GetBackupPlanFromTemplateOutput
fn clone(&self) -> GetBackupPlanFromTemplateOutput
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 PartialEq<GetBackupPlanFromTemplateOutput> for GetBackupPlanFromTemplateOutput
impl PartialEq<GetBackupPlanFromTemplateOutput> for GetBackupPlanFromTemplateOutput
source§fn eq(&self, other: &GetBackupPlanFromTemplateOutput) -> bool
fn eq(&self, other: &GetBackupPlanFromTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetBackupPlanFromTemplateOutput
impl RequestId for GetBackupPlanFromTemplateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetBackupPlanFromTemplateOutput
Auto Trait Implementations§
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