pub struct DeleteConfigurationSetInput {
pub configuration_set_name: String,
}Expand description
SES DeleteConfigurationSetInput.
Fields§
§configuration_set_name: StringTrait Implementations§
Source§impl Clone for DeleteConfigurationSetInput
impl Clone for DeleteConfigurationSetInput
Source§fn clone(&self) -> DeleteConfigurationSetInput
fn clone(&self) -> DeleteConfigurationSetInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteConfigurationSetInput
impl Debug for DeleteConfigurationSetInput
Source§impl Default for DeleteConfigurationSetInput
impl Default for DeleteConfigurationSetInput
Source§fn default() -> DeleteConfigurationSetInput
fn default() -> DeleteConfigurationSetInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteConfigurationSetInput
impl<'de> Deserialize<'de> for DeleteConfigurationSetInput
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 DeleteConfigurationSetInput
impl RefUnwindSafe for DeleteConfigurationSetInput
impl Send for DeleteConfigurationSetInput
impl Sync for DeleteConfigurationSetInput
impl Unpin for DeleteConfigurationSetInput
impl UnsafeUnpin for DeleteConfigurationSetInput
impl UnwindSafe for DeleteConfigurationSetInput
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