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