pub struct GameRef {
pub game_pk: u64,
}Fields§
§game_pk: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for GameRef
impl<'de> Deserialize<'de> for GameRef
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 GameRef
impl RefUnwindSafe for GameRef
impl Send for GameRef
impl Sync for GameRef
impl Unpin for GameRef
impl UnsafeUnpin for GameRef
impl UnwindSafe for GameRef
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