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