Struct lichess_api::model::users::Perfs
source · pub struct Perfs {Show 13 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 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>§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 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