[][src]Struct rusoto_sesv2::GetDomainStatisticsReportResponse

pub struct GetDomainStatisticsReportResponse {
    pub daily_volumes: Vec<DailyVolume>,
    pub overall_volume: OverallVolume,
}

An object that includes statistics that are related to the domain that you specified.

Fields

daily_volumes: Vec<DailyVolume>

An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the StartDate and ending on the EndDate.

overall_volume: OverallVolume

An object that contains deliverability metrics for the domain that you specified. The data in this object is a summary of all of the data that was collected from the StartDate to the EndDate.

Trait Implementations

impl Clone for GetDomainStatisticsReportResponse[src]

impl Debug for GetDomainStatisticsReportResponse[src]

impl Default for GetDomainStatisticsReportResponse[src]

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

impl PartialEq<GetDomainStatisticsReportResponse> for GetDomainStatisticsReportResponse[src]

impl StructuralPartialEq for GetDomainStatisticsReportResponse[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> 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.