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