Struct aws_sdk_backup::output::DeleteReportPlanOutput
source · [−]#[non_exhaustive]pub struct DeleteReportPlanOutput {}
Implementations
sourceimpl DeleteReportPlanOutput
impl DeleteReportPlanOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteReportPlanOutput
.
Trait Implementations
sourceimpl Clone for DeleteReportPlanOutput
impl Clone for DeleteReportPlanOutput
sourcefn clone(&self) -> DeleteReportPlanOutput
fn clone(&self) -> DeleteReportPlanOutput
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 Debug for DeleteReportPlanOutput
impl Debug for DeleteReportPlanOutput
sourceimpl PartialEq<DeleteReportPlanOutput> for DeleteReportPlanOutput
impl PartialEq<DeleteReportPlanOutput> for DeleteReportPlanOutput
sourcefn eq(&self, other: &DeleteReportPlanOutput) -> bool
fn eq(&self, other: &DeleteReportPlanOutput) -> bool
impl StructuralPartialEq for DeleteReportPlanOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteReportPlanOutput
impl Send for DeleteReportPlanOutput
impl Sync for DeleteReportPlanOutput
impl Unpin for DeleteReportPlanOutput
impl UnwindSafe for DeleteReportPlanOutput
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