pub enum StatisticsGetResponse {
GameResultDetails(Vec<String>),
}
Variants§
Trait Implementations§
Source§impl Debug for StatisticsGetResponse
impl Debug for StatisticsGetResponse
Source§impl<'de> Deserialize<'de> for StatisticsGetResponse
impl<'de> Deserialize<'de> for StatisticsGetResponse
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 PartialEq for StatisticsGetResponse
impl PartialEq for StatisticsGetResponse
Source§impl Serialize for StatisticsGetResponse
impl Serialize for StatisticsGetResponse
impl StructuralPartialEq for StatisticsGetResponse
Auto Trait Implementations§
impl Freeze for StatisticsGetResponse
impl RefUnwindSafe for StatisticsGetResponse
impl Send for StatisticsGetResponse
impl Sync for StatisticsGetResponse
impl Unpin for StatisticsGetResponse
impl UnwindSafe for StatisticsGetResponse
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