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