[][src]Struct rumblr::LegacyPostOptionalParams

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

Methods

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

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

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

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

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

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

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

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

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

Trait Implementations

impl<'a> Default for LegacyPostOptionalParams<'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