Struct aws_sdk_backup::output::DeleteFrameworkOutput
source · #[non_exhaustive]pub struct DeleteFrameworkOutput {}
Implementations§
source§impl DeleteFrameworkOutput
impl DeleteFrameworkOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteFrameworkOutput
.
Trait Implementations§
source§impl Clone for DeleteFrameworkOutput
impl Clone for DeleteFrameworkOutput
source§fn clone(&self) -> DeleteFrameworkOutput
fn clone(&self) -> DeleteFrameworkOutput
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 Debug for DeleteFrameworkOutput
impl Debug for DeleteFrameworkOutput
source§impl PartialEq<DeleteFrameworkOutput> for DeleteFrameworkOutput
impl PartialEq<DeleteFrameworkOutput> for DeleteFrameworkOutput
source§fn eq(&self, other: &DeleteFrameworkOutput) -> bool
fn eq(&self, other: &DeleteFrameworkOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.