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