[][src]Struct mailchimp::Reports

pub struct Reports { /* fields omitted */ }

Reports

Manage campaign reports for your Mailchimp account. All Reports endpoints are read-only. Mailchimp’s campaign and Automation reports analyze clicks, opens, subscribers’ social activity, e-commerce data, and more. Learn more about campaign reports. Note: Campaign IDs for A/B Testing Campaigns are available through the Campaign API Endpoint’s Read method

Methods

impl Reports[src]

pub fn new(api: MailchimpApi) -> Self[src]

ments: api: MailchimpApi

Important traits for MalchimpIter<B>
pub fn iter_reports(
    &self,
    filter: Option<ReportsFilter>
) -> MalchimpIter<ReportsBuilder>
[src]

Get campaign reports

pub fn get_campaign_report<'a>(
    &self,
    campaign_id: &'a str
) -> Result<ReportType, MailchimpErrorType>
[src]

Get a specific campaign report

Get report details for a specific sent campaign.

Trait Implementations

impl Clone for Reports[src]

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

Performs copy-assignment from source. Read more

impl Debug for Reports[src]

Auto Trait Implementations

impl Sync for Reports

impl Send for Reports

impl Unpin for Reports

impl !RefUnwindSafe for Reports

impl !UnwindSafe for Reports

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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

impl<T> Erased for T

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

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