[][src]Struct mailchimp::types::AutomationEmailQueueBuilder

pub struct AutomationEmailQueueBuilder {}

Trait Implementations

impl BuildIter for AutomationEmailQueueBuilder[src]

type Item = AutomationEmailQueueType

type FilterItem = AutomationEmailQueueFilter

type Collection = CollectionAutomationEmailQueue

fn update_item(&self, data: &Self::Item, _: &MailchimpApi) -> Self::Item[src]

Crea un recurso a partir del dato pasado por parámetro

fn update_filter_offset(&self, filter: &Self::FilterItem) -> Self::FilterItem[src]

Actualiza el offset

impl Debug for AutomationEmailQueueBuilder[src]

Auto Trait Implementations

Blanket Implementations

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> Erased for T

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

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