[][src]Struct wynncraft::GlobalPlayerInfo

pub struct GlobalPlayerInfo {
    pub items_identified: u64,
    pub mobs_killed: u64,
    pub pvp_kills: u64,
    pub pvp_deaths: u64,
    pub chests_found: u64,
    pub blocks_walked: u64,
    pub logins: u64,
    pub deaths: u64,
    pub total_level: u64,
}

Fields

items_identified: u64mobs_killed: u64pvp_kills: u64pvp_deaths: u64chests_found: u64blocks_walked: u64logins: u64deaths: u64total_level: u64

Trait Implementations

impl Debug for GlobalPlayerInfo[src]

impl<'de> Deserialize<'de> for GlobalPlayerInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.