pub struct Perfs {Show 18 fields
pub chess960: Option<Perf>,
pub atomic: Option<Perf>,
pub racing_kings: Option<Perf>,
pub ultra_bullet: Option<Perf>,
pub blitz: Option<Perf>,
pub king_of_the_hill: Option<Perf>,
pub bullet: Option<Perf>,
pub correspondence: Option<Perf>,
pub horde: Option<Perf>,
pub puzzle: Option<Perf>,
pub classical: Option<Perf>,
pub rapid: Option<Perf>,
pub three_check: Option<Perf>,
pub antichess: Option<Perf>,
pub crazyhouse: Option<Perf>,
pub storm: Option<Storm>,
pub racer: Option<Storm>,
pub streak: Option<Storm>,
}Fields§
§chess960: Option<Perf>§atomic: Option<Perf>§racing_kings: Option<Perf>§ultra_bullet: Option<Perf>§blitz: Option<Perf>§king_of_the_hill: Option<Perf>§bullet: Option<Perf>§correspondence: Option<Perf>§horde: Option<Perf>§puzzle: Option<Perf>§classical: Option<Perf>§rapid: Option<Perf>§three_check: Option<Perf>§antichess: Option<Perf>§crazyhouse: Option<Perf>§storm: Option<Storm>§racer: Option<Storm>§streak: Option<Storm>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Perfs
impl<'de> Deserialize<'de> for Perfs
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
Auto Trait Implementations§
impl Freeze for Perfs
impl RefUnwindSafe for Perfs
impl Send for Perfs
impl Sync for Perfs
impl Unpin for Perfs
impl UnwindSafe for Perfs
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