Struct dim_extern_api::ExternalActor
source · pub struct ExternalActor {
pub external_id: String,
pub name: String,
pub profile_path: Option<String>,
pub character: String,
}
Fields§
§external_id: String
§name: String
§profile_path: Option<String>
§character: String
Trait Implementations§
source§impl Clone for ExternalActor
impl Clone for ExternalActor
source§fn clone(&self) -> ExternalActor
fn clone(&self) -> ExternalActor
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 ExternalActor
impl Debug for ExternalActor
source§impl<'de> Deserialize<'de> for ExternalActor
impl<'de> Deserialize<'de> for ExternalActor
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<ExternalActor> for ExternalActor
impl PartialEq<ExternalActor> for ExternalActor
source§fn eq(&self, other: &ExternalActor) -> bool
fn eq(&self, other: &ExternalActor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ExternalActor> for ExternalActor
impl PartialOrd<ExternalActor> for ExternalActor
source§fn partial_cmp(&self, other: &ExternalActor) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternalActor) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for ExternalActor
impl Serialize for ExternalActor
impl Eq for ExternalActor
impl StructuralEq for ExternalActor
impl StructuralPartialEq for ExternalActor
Auto Trait Implementations§
impl RefUnwindSafe for ExternalActor
impl Send for ExternalActor
impl Sync for ExternalActor
impl Unpin for ExternalActor
impl UnwindSafe for ExternalActor
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.