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