pub struct DescribeActiveReceiptRuleSetResponse {
pub metadata: Option<ReceiptRuleSetMetadata>,
pub rules: Vec<ReceiptRule>,
}Expand description
SES DescribeActiveReceiptRuleSetResponse.
Fields§
§metadata: Option<ReceiptRuleSetMetadata>§rules: Vec<ReceiptRule>Trait Implementations§
Source§impl Clone for DescribeActiveReceiptRuleSetResponse
impl Clone for DescribeActiveReceiptRuleSetResponse
Source§fn clone(&self) -> DescribeActiveReceiptRuleSetResponse
fn clone(&self) -> DescribeActiveReceiptRuleSetResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 DescribeActiveReceiptRuleSetResponse
impl Default for DescribeActiveReceiptRuleSetResponse
Source§fn default() -> DescribeActiveReceiptRuleSetResponse
fn default() -> DescribeActiveReceiptRuleSetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeActiveReceiptRuleSetResponse
impl<'de> Deserialize<'de> for DescribeActiveReceiptRuleSetResponse
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 DescribeActiveReceiptRuleSetResponse
impl RefUnwindSafe for DescribeActiveReceiptRuleSetResponse
impl Send for DescribeActiveReceiptRuleSetResponse
impl Sync for DescribeActiveReceiptRuleSetResponse
impl Unpin for DescribeActiveReceiptRuleSetResponse
impl UnsafeUnpin for DescribeActiveReceiptRuleSetResponse
impl UnwindSafe for DescribeActiveReceiptRuleSetResponse
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