pub struct QueryPlayer {
pub points: i64,
pub name: String,
}
Fields§
§points: i64
§name: String
Trait Implementations§
source§impl Clone for QueryPlayer
impl Clone for QueryPlayer
source§fn clone(&self) -> QueryPlayer
fn clone(&self) -> QueryPlayer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QueryPlayer
impl Debug for QueryPlayer
source§impl Default for QueryPlayer
impl Default for QueryPlayer
source§fn default() -> QueryPlayer
fn default() -> QueryPlayer
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for QueryPlayer
impl<'de> Deserialize<'de> for QueryPlayer
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 QueryPlayer
impl PartialEq for QueryPlayer
source§impl Serialize for QueryPlayer
impl Serialize for QueryPlayer
impl StructuralPartialEq for QueryPlayer
Auto Trait Implementations§
impl Freeze for QueryPlayer
impl RefUnwindSafe for QueryPlayer
impl Send for QueryPlayer
impl Sync for QueryPlayer
impl Unpin for QueryPlayer
impl UnwindSafe for QueryPlayer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)