pub struct CardGameRef {
pub id: String,
pub slug: String,
pub name: String,
}Expand description
Embedded game reference on a card.
Fields§
§id: String§slug: String§name: StringTrait Implementations§
Source§impl Clone for CardGameRef
impl Clone for CardGameRef
Source§fn clone(&self) -> CardGameRef
fn clone(&self) -> CardGameRef
Returns a duplicate 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 CardGameRef
impl Debug for CardGameRef
Source§impl<'de> Deserialize<'de> for CardGameRef
impl<'de> Deserialize<'de> for CardGameRef
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
Auto Trait Implementations§
impl Freeze for CardGameRef
impl RefUnwindSafe for CardGameRef
impl Send for CardGameRef
impl Sync for CardGameRef
impl Unpin for CardGameRef
impl UnsafeUnpin for CardGameRef
impl UnwindSafe for CardGameRef
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