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