Struct lichess_api::model::openings::Move
source · pub struct Move {
pub uci: String,
pub san: String,
pub average_rating: Option<u32>,
pub average_opponent_rating: Option<u32>,
pub performance: Option<u32>,
pub white: u32,
pub draws: u32,
pub black: u32,
pub game: Option<Game>,
}Fields§
§uci: String§san: String§average_rating: Option<u32>§average_opponent_rating: Option<u32>§performance: Option<u32>§white: u32§draws: u32§black: u32§game: Option<Game>Trait Implementations§
source§impl<'de> Deserialize<'de> for Move
impl<'de> Deserialize<'de> for Move
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 Move
impl RefUnwindSafe for Move
impl Send for Move
impl Sync for Move
impl Unpin for Move
impl UnwindSafe for Move
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)