pub struct SetIdentityNotificationTopicResponse {}Expand description
An empty element returned on a successful request.
Trait Implementations§
Source§impl Clone for SetIdentityNotificationTopicResponse
impl Clone for SetIdentityNotificationTopicResponse
Source§fn clone(&self) -> SetIdentityNotificationTopicResponse
fn clone(&self) -> SetIdentityNotificationTopicResponse
Returns a duplicate 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 Default for SetIdentityNotificationTopicResponse
impl Default for SetIdentityNotificationTopicResponse
Source§fn default() -> SetIdentityNotificationTopicResponse
fn default() -> SetIdentityNotificationTopicResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetIdentityNotificationTopicResponse
impl PartialEq for SetIdentityNotificationTopicResponse
Source§fn eq(&self, other: &SetIdentityNotificationTopicResponse) -> bool
fn eq(&self, other: &SetIdentityNotificationTopicResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetIdentityNotificationTopicResponse
Auto Trait Implementations§
impl Freeze for SetIdentityNotificationTopicResponse
impl RefUnwindSafe for SetIdentityNotificationTopicResponse
impl Send for SetIdentityNotificationTopicResponse
impl Sync for SetIdentityNotificationTopicResponse
impl Unpin for SetIdentityNotificationTopicResponse
impl UnwindSafe for SetIdentityNotificationTopicResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more