[][src]Struct mailchimp::types::ListActivityType

pub struct ListActivityType {
    pub day: String,
    pub emails_sent: u64,
    pub unique_opens: u64,
    pub recipient_clicks: u64,
    pub hard_bounce: u64,
    pub soft_bounce: u64,
    pub subs: u64,
    pub unsubs: u64,
    pub other_adds: u64,
    pub other_removes: u64,
    pub _links: Vec<LinkType>,
}

Get up to the previous 180 days of daily detailed aggregated activity stats for a list, not including Automation activity.

Fields

day: String

The date for the activity summary.

emails_sent: u64

The total number of emails sent on the date for the activity summary

unique_opens: u64

The number of unique opens

recipient_clicks: u64

The number of clicks

hard_bounce: u64

The number of hard bounces

soft_bounce: u64

The number of soft bounces

subs: u64

The number of subscribes

unsubs: u64

The number of unsubscribes

other_adds: u64

The number of subscribers who may have been added outside of the double opt-in process, such as imports or API activity.

other_removes: u64

The number of subscribers who may have been removed outside of unsubscribing or reporting an email as spam (for example, deleted subscribers).

_links: Vec<LinkType>

A list of link types and descriptions for the API schema documents.

Trait Implementations

impl MailchimpCollection<ListActivityType> for CollectionListActivity[src]

fn get_total_items(&self) -> u64[src]

Total Items

fn get_values(&self) -> Vec<ListActivityType>[src]

Data

impl Clone for ListActivityType[src]

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

Performs copy-assignment from source. Read more

impl Debug for ListActivityType[src]

impl Serialize for ListActivityType[src]

impl<'de> Deserialize<'de> for ListActivityType[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