[][src]Struct wynncraft::Class

pub struct Class {
    pub name: String,
    pub level: u64,
    pub dungeons: Value,
    pub quests: Value,
    pub itemsIdentified: u64,
    pub mobsKilled: u64,
    pub pvp: Value,
    pub chestsFound: u64,
    pub blocksWalked: u64,
    pub logins: u64,
    pub deaths: u64,
    pub playtime: u64,
    pub gamemode: Value,
    pub skills: Value,
    pub professions: Value,
    pub discoveries: u64,
    pub eventsWon: u64,
    pub preEconomyUpdate: bool,
}

Fields

name: Stringlevel: u64dungeons: Valuequests: ValueitemsIdentified: u64mobsKilled: u64pvp: ValuechestsFound: u64blocksWalked: u64logins: u64deaths: u64playtime: u64gamemode: Valueskills: Valueprofessions: Valuediscoveries: u64eventsWon: u64preEconomyUpdate: bool

Trait Implementations

impl Debug for Class[src]

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

Auto Trait Implementations

impl RefUnwindSafe for Class

impl Send for Class

impl Sync for Class

impl Unpin for Class

impl UnwindSafe for Class

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.