Struct aws_sdk_sns::output::OptInPhoneNumberOutput
source · #[non_exhaustive]pub struct OptInPhoneNumberOutput {}
Expand description
The response for the OptInPhoneNumber action.
Implementations§
source§impl OptInPhoneNumberOutput
impl OptInPhoneNumberOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OptInPhoneNumberOutput
.
Trait Implementations§
source§impl Clone for OptInPhoneNumberOutput
impl Clone for OptInPhoneNumberOutput
source§fn clone(&self) -> OptInPhoneNumberOutput
fn clone(&self) -> OptInPhoneNumberOutput
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 Debug for OptInPhoneNumberOutput
impl Debug for OptInPhoneNumberOutput
source§impl PartialEq<OptInPhoneNumberOutput> for OptInPhoneNumberOutput
impl PartialEq<OptInPhoneNumberOutput> for OptInPhoneNumberOutput
source§fn eq(&self, other: &OptInPhoneNumberOutput) -> bool
fn eq(&self, other: &OptInPhoneNumberOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.