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