Struct subspedia_rs::ReqSottotitoliSerie[][src]

pub struct ReqSottotitoliSerie { /* fields omitted */ }

Struct to perform the subtitle request for a series.

Methods

impl ReqSottotitoliSerie
[src]

Create a new ReqSottotitoliSerie with the given series id.

Trait Implementations

impl Request for ReqSottotitoliSerie
[src]

Return api url based on type of response that are you looking for.

Auto Trait Implementations