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