[][src]Struct mailchimp::types::ListAbuseReportBuilder

pub struct ListAbuseReportBuilder {}

List AbuseReport Builder

Trait Implementations

impl BuildIter for ListAbuseReportBuilder[src]

type Item = ListAbuseReportType

Define the type of Item inner of collection

type FilterItem = SimpleFilter

Define the type of the Filter

type Collection = CollectionListAbuseReport

Define the type collection

fn update_item(&self, data: &Self::Item, _: Rc<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 ListAbuseReportBuilder[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.