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