[][src]Struct rusoto_sesv2::GetDeliverabilityTestReportResponse

pub struct GetDeliverabilityTestReportResponse {
    pub deliverability_test_report: DeliverabilityTestReport,
    pub isp_placements: Vec<IspPlacement>,
    pub message: Option<String>,
    pub overall_placement: PlacementStatistics,
    pub tags: Option<Vec<Tag>>,
}

The results of the predictive inbox placement test.

Fields

deliverability_test_report: DeliverabilityTestReport

An object that contains the results of the predictive inbox placement test.

isp_placements: Vec<IspPlacement>

An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.

message: Option<String>

An object that contains the message that you sent when you performed this predictive inbox placement test.

overall_placement: PlacementStatistics

An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.

tags: Option<Vec<Tag>>

An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.

Trait Implementations

impl Clone for GetDeliverabilityTestReportResponse[src]

impl Debug for GetDeliverabilityTestReportResponse[src]

impl Default for GetDeliverabilityTestReportResponse[src]

impl<'de> Deserialize<'de> for GetDeliverabilityTestReportResponse[src]

impl PartialEq<GetDeliverabilityTestReportResponse> for GetDeliverabilityTestReportResponse[src]

impl StructuralPartialEq for GetDeliverabilityTestReportResponse[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.