[][src]Trait giphy::v1::GiphyRequest

pub trait GiphyRequest<ResponseType>: Serialize where
    ResponseType: DeserializeOwned
{ fn get_endpoint(&self) -> &str; }

Marks objects that can be sent to Giphy API endpoints

Required methods

fn get_endpoint(&self) -> &str

Loading content...

Implementors

impl GiphyRequest<PaginatedGifListResponse> for GetGifsRequest[src]

impl GiphyRequest<SingleGifResponse> for GetGifRequest[src]

impl<'a, 'b> GiphyRequest<SingleGifResponse> for RandomRequest<'a, 'b>[src]

impl<'p> GiphyRequest<PaginatedGifListResponse> for SearchRequest<'p>[src]

impl<'p> GiphyRequest<PaginatedGifListResponse> for TrendingRequest<'p>[src]

impl<'p> GiphyRequest<SingleGifResponse> for TranslateRequest<'p>[src]

Loading content...