pub struct StatsPoints {Show 14 fields
pub moderate: Option<Type>,
pub insane: Option<Type>,
pub oldschool: Option<Type>,
pub fun: Option<Type>,
pub race: Option<Type>,
pub total: Option<Type>,
pub ddmax_easy: Option<Type>,
pub novice: Option<Type>,
pub dummy: Option<Type>,
pub ddmax_pro: Option<Type>,
pub brutal: Option<Type>,
pub ddmax_nut: Option<Type>,
pub solo: Option<Type>,
pub ddmax_next: Option<Type>,
}
Fields§
§moderate: Option<Type>
§insane: Option<Type>
§oldschool: Option<Type>
§fun: Option<Type>
§race: Option<Type>
§total: Option<Type>
§ddmax_easy: Option<Type>
§novice: Option<Type>
§dummy: Option<Type>
§ddmax_pro: Option<Type>
§brutal: Option<Type>
§ddmax_nut: Option<Type>
§solo: Option<Type>
§ddmax_next: Option<Type>
Trait Implementations§
Source§impl Clone for StatsPoints
impl Clone for StatsPoints
Source§fn clone(&self) -> StatsPoints
fn clone(&self) -> StatsPoints
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 StatsPoints
impl Debug for StatsPoints
Source§impl Default for StatsPoints
impl Default for StatsPoints
Source§fn default() -> StatsPoints
fn default() -> StatsPoints
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StatsPoints
impl<'de> Deserialize<'de> for StatsPoints
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 StatsPoints
impl PartialEq for StatsPoints
Source§impl Serialize for StatsPoints
impl Serialize for StatsPoints
impl StructuralPartialEq for StatsPoints
Auto Trait Implementations§
impl Freeze for StatsPoints
impl RefUnwindSafe for StatsPoints
impl Send for StatsPoints
impl Sync for StatsPoints
impl Unpin for StatsPoints
impl UnwindSafe for StatsPoints
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