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>>
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
Auto Trait Implementations§
impl RefUnwindSafe for CertificationList
impl Send for CertificationList
impl Sync for CertificationList
impl Unpin for CertificationList
impl UnwindSafe for CertificationList
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more