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