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