Struct rs_pixel::response::player_response::PlayerResponse
source · [−]Fields
success: boolplayer: ValueImplementations
sourceimpl PlayerResponse
impl PlayerResponse
Trait Implementations
sourceimpl Debug for PlayerResponse
impl Debug for PlayerResponse
sourceimpl<'de> Deserialize<'de> for PlayerResponse
impl<'de> Deserialize<'de> for PlayerResponse
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 PlayerResponse
impl Serialize for PlayerResponse
Auto Trait Implementations
impl RefUnwindSafe for PlayerResponse
impl Send for PlayerResponse
impl Sync for PlayerResponse
impl Unpin for PlayerResponse
impl UnwindSafe for PlayerResponse
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