[][src]Struct rumblr::GetBlogPostsOptionalParams

pub struct GetBlogPostsOptionalParams<'a> { /* fields omitted */ }

Methods

impl<'a> GetBlogPostsOptionalParams<'a>[src]

pub fn new() -> GetBlogPostsOptionalParams<'a>[src]

pub fn type(self, type: &'a str) -> Self[src]

pub fn id(self, id: &'a str) -> Self[src]

pub fn tag(self, tag: &'a str) -> Self[src]

pub fn limit(self, limit: &'a str) -> Self[src]

pub fn offset(self, offset: &'a str) -> Self[src]

pub fn reblog_info(self, reblog_info: &'a str) -> Self[src]

pub fn notes_info(self, notes_info: &'a str) -> Self[src]

pub fn filter(self, filter: &'a str) -> Self[src]

pub fn before(self, before: &'a str) -> Self[src]

Trait Implementations

impl<'a> Default for GetBlogPostsOptionalParams<'a>[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T> Erased for T