Struct tmdb_api::certification::Certification
source · pub struct Certification {
pub certification: String,
pub meaning: String,
pub order: usize,
}Fields§
§certification: String§meaning: String§order: usizeTrait Implementations§
source§impl Clone for Certification
impl Clone for Certification
source§fn clone(&self) -> Certification
fn clone(&self) -> Certification
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 Debug for Certification
impl Debug for Certification
source§impl<'de> Deserialize<'de> for Certification
impl<'de> Deserialize<'de> for Certification
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Certification
impl PartialEq for Certification
source§fn eq(&self, other: &Certification) -> bool
fn eq(&self, other: &Certification) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for Certification
impl Serialize for Certification
impl StructuralPartialEq for Certification
Auto Trait Implementations§
impl RefUnwindSafe for Certification
impl Send for Certification
impl Sync for Certification
impl Unpin for Certification
impl UnwindSafe for Certification
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