#[non_exhaustive]pub struct SetSubscriptionAttributesOutput {}Implementations§
source§impl SetSubscriptionAttributesOutput
impl SetSubscriptionAttributesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetSubscriptionAttributesOutput.
Trait Implementations§
source§impl Clone for SetSubscriptionAttributesOutput
impl Clone for SetSubscriptionAttributesOutput
source§fn clone(&self) -> SetSubscriptionAttributesOutput
fn clone(&self) -> SetSubscriptionAttributesOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<SetSubscriptionAttributesOutput> for SetSubscriptionAttributesOutput
impl PartialEq<SetSubscriptionAttributesOutput> for SetSubscriptionAttributesOutput
source§fn eq(&self, other: &SetSubscriptionAttributesOutput) -> bool
fn eq(&self, other: &SetSubscriptionAttributesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.