#[non_exhaustive]pub struct CreateProtectionGroupOutput { /* private fields */ }
Implementations§
source§impl CreateProtectionGroupOutput
impl CreateProtectionGroupOutput
sourcepub fn builder() -> CreateProtectionGroupOutputBuilder
pub fn builder() -> CreateProtectionGroupOutputBuilder
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 ==
.source§impl RequestId for CreateProtectionGroupOutput
impl RequestId for CreateProtectionGroupOutput
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 CreateProtectionGroupOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateProtectionGroupOutput
impl Send for CreateProtectionGroupOutput
impl Sync for CreateProtectionGroupOutput
impl Unpin for CreateProtectionGroupOutput
impl UnwindSafe for CreateProtectionGroupOutput
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