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 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 ==.source§impl Serialize for OtherAttribute
impl Serialize for OtherAttribute
impl StructuralPartialEq for OtherAttribute
Auto Trait Implementations§
impl RefUnwindSafe for OtherAttribute
impl Send for OtherAttribute
impl Sync for OtherAttribute
impl Unpin for OtherAttribute
impl UnwindSafe for OtherAttribute
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