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