Struct tmdb_api::certification::list::CertificationList
source · pub struct CertificationList { /* private fields */ }Expand description
Command to list certifications
Implementations§
Trait Implementations§
source§impl Clone for CertificationList
impl Clone for CertificationList
source§fn clone(&self) -> CertificationList
fn clone(&self) -> CertificationList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Command for CertificationList
impl Command for CertificationList
type Output = HashMap<String, Vec<Certification, Global>, RandomState>
fn path(&self) -> Cow<'static, str>
fn params(&self) -> Vec<(&'static str, Cow<'_, str>)>
fn execute<'life0, 'life1, 'async_trait>(
&'life0 self,
client: &'life1 Client
) -> Pin<Box<dyn Future<Output = Result<Self::Output, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
source§impl Debug for CertificationList
impl Debug for CertificationList
source§impl Default for CertificationList
impl Default for CertificationList
source§fn default() -> CertificationList
fn default() -> CertificationList
Returns the “default value” for a type. Read more