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