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