Struct torn_api::user::PersonalStats
source · [−]pub struct PersonalStats {Show 16 fields
pub attacks_won: i32,
pub attacks_lost: i32,
pub defends_won: i32,
pub defends_lost: i32,
pub stat_enhancers_used: i32,
pub refills: i32,
pub drugs_used: i32,
pub xanax_taken: i32,
pub lsd_taken: i32,
pub net_worth: i64,
pub cans_used: i32,
pub boosters_used: i32,
pub awards: i16,
pub elo: i16,
pub days_been_donator: i16,
pub best_damage: i32,
}
Fields
attacks_won: i32
attacks_lost: i32
defends_won: i32
defends_lost: i32
stat_enhancers_used: i32
refills: i32
drugs_used: i32
xanax_taken: i32
lsd_taken: i32
net_worth: i64
cans_used: i32
boosters_used: i32
awards: i16
elo: i16
days_been_donator: i16
best_damage: i32
Trait Implementations
sourceimpl Clone for PersonalStats
impl Clone for PersonalStats
sourcefn clone(&self) -> PersonalStats
fn clone(&self) -> PersonalStats
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PersonalStats
impl Debug for PersonalStats
sourceimpl<'de> Deserialize<'de> for PersonalStats
impl<'de> Deserialize<'de> for PersonalStats
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
Auto Trait Implementations
impl RefUnwindSafe for PersonalStats
impl Send for PersonalStats
impl Sync for PersonalStats
impl Unpin for PersonalStats
impl UnwindSafe for PersonalStats
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more