pub struct CreateConfigurationSetResponse {}Expand description
SES CreateConfigurationSetResponse.
Trait Implementations§
Source§impl Clone for CreateConfigurationSetResponse
impl Clone for CreateConfigurationSetResponse
Source§fn clone(&self) -> CreateConfigurationSetResponse
fn clone(&self) -> CreateConfigurationSetResponse
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 CreateConfigurationSetResponse
impl Default for CreateConfigurationSetResponse
Source§fn default() -> CreateConfigurationSetResponse
fn default() -> CreateConfigurationSetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateConfigurationSetResponse
impl<'de> Deserialize<'de> for CreateConfigurationSetResponse
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 CreateConfigurationSetResponse
impl RefUnwindSafe for CreateConfigurationSetResponse
impl Send for CreateConfigurationSetResponse
impl Sync for CreateConfigurationSetResponse
impl Unpin for CreateConfigurationSetResponse
impl UnsafeUnpin for CreateConfigurationSetResponse
impl UnwindSafe for CreateConfigurationSetResponse
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