#[non_exhaustive]pub struct SetIdentityNotificationTopicOutput {}
Expand description
An empty element returned on a successful request.
Implementations§
source§impl SetIdentityNotificationTopicOutput
impl SetIdentityNotificationTopicOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetIdentityNotificationTopicOutput
.
Trait Implementations§
source§impl Clone for SetIdentityNotificationTopicOutput
impl Clone for SetIdentityNotificationTopicOutput
source§fn clone(&self) -> SetIdentityNotificationTopicOutput
fn clone(&self) -> SetIdentityNotificationTopicOutput
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<SetIdentityNotificationTopicOutput> for SetIdentityNotificationTopicOutput
impl PartialEq<SetIdentityNotificationTopicOutput> for SetIdentityNotificationTopicOutput
source§fn eq(&self, other: &SetIdentityNotificationTopicOutput) -> bool
fn eq(&self, other: &SetIdentityNotificationTopicOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.