[][src]Struct mailchimp::types::MessagesBuider

pub struct MessagesBuider {}

Conversation Builder

Trait Implementations

impl BuildIter for MessagesBuider[src]

type Item = ConversationMessage

Define the type of Item inner of collection

type FilterItem = MessagesFilter

Define the type of the Filter

type Collection = CollectionConversationMessages

Define the type collection

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

Return a new data updated

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

Update the offset for pagination

impl Debug for MessagesBuider[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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.