Struct rs_pixel::response::recent_games_response::GameSession
source · [−]pub struct GameSession {
pub date: i64,
pub game_type: GameType,
pub mode: String,
pub map: String,
pub ended: i64,
}Fields
date: i64game_type: GameTypemode: Stringmap: Stringended: i64Trait Implementations
sourceimpl Debug for GameSession
impl Debug for GameSession
sourceimpl<'de> Deserialize<'de> for GameSession
impl<'de> Deserialize<'de> for GameSession
sourcefn 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
sourceimpl Serialize for GameSession
impl Serialize for GameSession
Auto Trait Implementations
impl RefUnwindSafe for GameSession
impl Send for GameSession
impl Sync for GameSession
impl Unpin for GameSession
impl UnwindSafe for GameSession
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more