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