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