[][src]Struct mailchimp::types::AbStatsType

pub struct AbStatsType {
    pub bounces: u64,
    pub abuse_reports: u64,
    pub unsubs: u64,
    pub recipient_clicks: u64,
    pub forwards: u64,
    pub forwards_opens: u64,
    pub opens: u64,
    pub last_open: String,
    pub unique_opens: u64,
}

Stats for Campaign A / B.

Fields

bounces: u64

Bounces for Campaign A / B.

abuse_reports: u64

Abuse reports for Campaign A / B.

unsubs: u64

Unsubscribes for Campaign A / B.

recipient_clicks: u64

Recipient Clicks for Campaign A / B.

forwards: u64

Forwards for Campaign A / B.

forwards_opens: u64

Opens from forwards for Campaign A / B.

opens: u64

Opens for Campaign A / B.

last_open: String

The last open for Campaign A / B.

unique_opens: u64

Unique opens for Campaign A / B.

Trait Implementations

impl Default for AbStatsType[src]

impl Clone for AbStatsType[src]

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

Performs copy-assignment from source. Read more

impl Debug for AbStatsType[src]

impl Serialize for AbStatsType[src]

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

Auto Trait Implementations

impl Send for AbStatsType

impl Sync for AbStatsType

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