[][src]Trait mailchimp::iter::MailchimpCollection

pub trait MailchimpCollection<T> {
    fn get_total_items(&self) -> u64;
fn get_values(&self) -> Vec<T>; }

Mailchimp Collection

Required methods

fn get_total_items(&self) -> u64

Total Items

fn get_values(&self) -> Vec<T>

Data

Loading content...

Implementors

impl MailchimpCollection<AuthorizedAppType> for AuthorizedAppsType[src]

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

Total Items

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

Data

impl MailchimpCollection<AutomationEmailQueueType> for CollectionAutomationEmailQueue[src]

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

Total Items

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

Data

impl MailchimpCollection<AutomationSubscriberType> for CollectionAutomationSubscriber[src]

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

Total Items

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

Data

impl MailchimpCollection<AutomationWorkflowType> for CollectionAutomation[src]

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

Total Items

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

Data

impl MailchimpCollection<CampaignFeedbackType> for CollectionCampaignFeedback[src]

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

Total Items

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

Data

impl MailchimpCollection<CampaignType> for CampaignsType[src]

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

Total Items

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

Data

impl MailchimpCollection<Conversation> for CollectionConversations[src]

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

Total Items

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

Data

impl MailchimpCollection<ConversationMessage> for CollectionConversationMessages[src]

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

Total Items

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

Data

impl MailchimpCollection<LandingPage> for CollectionLandingPage[src]

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

Total Items

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

Data

impl MailchimpCollection<ListAbuseReportType> for CollectionListAbuseReport[src]

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

Total Items

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

Data

impl MailchimpCollection<ListActivityType> for CollectionListActivity[src]

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

Total Items

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

Data

impl MailchimpCollection<ListClientType> for CollectionListClients[src]

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

Total Items

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

Data

impl MailchimpCollection<ListGrowthHistoryType> for CollectionListGrowthHistory[src]

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

Total Items

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

Data

impl MailchimpCollection<ListInterest> for CollectionListInterest[src]

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

Total Items

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

Data

impl MailchimpCollection<ListInterestCategory> for CollectionListInterestCategories[src]

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

Total Items

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

Data

impl MailchimpCollection<ListLocationType> for CollectionListLocations[src]

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

Total Items

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

Data

impl MailchimpCollection<ListMember> for CollectionListMembers[src]

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

Total Items

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

Data

impl MailchimpCollection<ListMember> for CollectionListSegmentMembers[src]

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

Total Items

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

Data

impl MailchimpCollection<ListMemberActivity> for CollectionListMemberActivity[src]

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

Total Items

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

Data

impl MailchimpCollection<ListMemberGoal> for CollectionListMemberGoal[src]

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

Total Items

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

Data

impl MailchimpCollection<ListMemberNote> for CollectionListMemberNote[src]

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

Total Items

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

Data

impl MailchimpCollection<ListMergeField> for CollectionListMergeField[src]

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

Total Items

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

Data

impl MailchimpCollection<ListSegment> for CollectionListSegment[src]

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

Total Items

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

Data

impl MailchimpCollection<ListSignupForm> for CollectionListSignupForm[src]

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

Total Items

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

Data

impl MailchimpCollection<ListType> for ListsType[src]

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

Total Items

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

Data

impl MailchimpCollection<ListWebhooks> for CollectionListWebhooks[src]

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

Total Items

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

Data

impl MailchimpCollection<ReportType> for CollectionReports[src]

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

Total Items

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

Data

impl MailchimpCollection<String> for CollectionListMemberTag[src]

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

Total Items

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

Data

Loading content...