Struct tmdb_api::people::PersonShort
source · [−]pub struct PersonShort {
pub id: u64,
pub credit_id: Option<String>,
pub name: String,
pub gender: u64,
pub profile_path: Option<String>,
}Fields
id: u64credit_id: Option<String>name: Stringgender: u64profile_path: Option<String>Trait Implementations
sourceimpl Clone for PersonShort
impl Clone for PersonShort
sourcefn clone(&self) -> PersonShort
fn clone(&self) -> PersonShort
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PersonShort
impl Debug for PersonShort
sourceimpl<'de> Deserialize<'de> for PersonShort
impl<'de> Deserialize<'de> for PersonShort
sourcefn 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
sourceimpl PartialEq<PersonShort> for PersonShort
impl PartialEq<PersonShort> for PersonShort
sourcefn eq(&self, other: &PersonShort) -> bool
fn eq(&self, other: &PersonShort) -> bool
sourceimpl Serialize for PersonShort
impl Serialize for PersonShort
impl StructuralPartialEq for PersonShort
Auto Trait Implementations
impl RefUnwindSafe for PersonShort
impl Send for PersonShort
impl Sync for PersonShort
impl Unpin for PersonShort
impl UnwindSafe for PersonShort
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more