Struct alexflipnote::AlexClient[][src]

pub struct AlexClient { /* fields omitted */ }

Implementations

impl AlexClient[src]

pub fn new(key: &'static str) -> AlexClient[src]

pub fn index(&self) -> IndexAPIResponse[src]

pub async fn color(&self, hex: &str) -> Result<ColorAPIResponse, Error>[src]

pub async fn drake(&self, top: &str, bottom: &str) -> Result<Bytes, Error>[src]

pub async fn achievement(&self, text: &str, icon: &i32) -> Result<Bytes, Error>[src]

pub async fn amiajoke(&self, url: &str) -> Result<Bytes, Error>[src]

pub async fn bad(&self, url: &str) -> Result<Bytes, Error>[src]

pub async fn birb(&self) -> Result<Bytes, Error>[src]

pub async fn calling(&self, text: &str) -> Result<Bytes, Error>[src]

pub async fn captcha(&self, text: &str) -> Result<Bytes, Error>[src]

pub async fn cats(&self) -> Result<Bytes, Error>[src]

pub async fn colorify(
    &self,
    url: &str,
    color: &str,
    background: &str
) -> Result<Bytes, Error>
[src]

pub async fn didyoumean(&self, top: &str, bottom: &str) -> Result<Bytes, Error>[src]

pub async fn dogs(&self) -> Result<Bytes, Error>[src]

pub async fn facts(&self, text: &str) -> Result<Bytes, Error>[src]

pub async fn filter(&self, name: &str, text: &str) -> Result<Bytes, Error>[src]

pub async fn floor(&self, img: &str, text: &str) -> Result<Bytes, Error>[src]

pub async fn fml(&self) -> Result<Bytes, Error>[src]

pub async fn jokeoverhead(&self, url: &str) -> Result<Bytes, Error>[src]

pub async fn pornhub(&self, text: &str, text2: &str) -> Result<Bytes, Error>[src]

pub async fn sadcat(&self) -> Result<Bytes, Error>[src]

pub async fn salty(&self, url: &str) -> Result<Bytes, Error>[src]

pub async fn scroll(&self, text: &str) -> Result<Bytes, Error>[src]

pub async fn shame(&self, url: &str) -> Result<Bytes, Error>[src]

pub async fn ship(&self, user: &str, user2: &str) -> Result<Bytes, Error>[src]

pub async fn supreme(&self, text: &str, mode: &str) -> Result<Bytes, Error>[src]

pub async fn trash(&self, face: &str, trash: &str) -> Result<Bytes, Error>[src]

pub async fn what(&self, image: &str) -> Result<Bytes, Error>[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> Instrument for T[src]

impl<T> Instrument 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.