Struct gamemstr_common::OtherAttribute
source · pub struct OtherAttribute {
pub title: String,
pub description: String,
pub value: String,
}Fields§
§title: String§description: String§value: StringTrait Implementations§
source§impl Clone for OtherAttribute
impl Clone for OtherAttribute
source§fn clone(&self) -> OtherAttribute
fn clone(&self) -> OtherAttribute
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 OtherAttribute
impl Debug for OtherAttribute
source§impl<'de> Deserialize<'de> for OtherAttribute
impl<'de> Deserialize<'de> for OtherAttribute
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 Display for OtherAttribute
impl Display for OtherAttribute
source§impl Hash for OtherAttribute
impl Hash for OtherAttribute
source§impl PartialEq<OtherAttribute> for OtherAttribute
impl PartialEq<OtherAttribute> for OtherAttribute
source§fn eq(&self, other: &OtherAttribute) -> bool
fn eq(&self, other: &OtherAttribute) -> bool
This method tests for
self and other values to be equal, and is used
by ==.