[][src]Struct mailchimp::types::TimeSerieType

pub struct TimeSerieType {
    pub timestamp: String,
    pub emails_sent: u64,
    pub unique_opens: u64,
    pub recipients_clicks: u64,
}

An hourly breakdown of the performance of the campaign over the first 24 hours.

Fields

timestamp: String

The date and time for the series in ISO 8601 format.

emails_sent: u64

The number of emails sent in the timeseries.

unique_opens: u64

The number of unique opens in the timeseries.

recipients_clicks: u64

The number of clicks in the timeseries.

Trait Implementations

impl Default for TimeSerieType[src]

impl Clone for TimeSerieType[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TimeSerieType[src]

impl Serialize for TimeSerieType[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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

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

impl<T> Erased for T

impl<T, U> TryInto for T where
    U: TryFrom<T>, 

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