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