pub struct SetIdentityNotificationTopicResponse {}Expand description
SES SetIdentityNotificationTopicResponse.
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<'de> Deserialize<'de> for SetIdentityNotificationTopicResponse
impl<'de> Deserialize<'de> for SetIdentityNotificationTopicResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetIdentityNotificationTopicResponse
impl RefUnwindSafe for SetIdentityNotificationTopicResponse
impl Send for SetIdentityNotificationTopicResponse
impl Sync for SetIdentityNotificationTopicResponse
impl Unpin for SetIdentityNotificationTopicResponse
impl UnsafeUnpin 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