pub struct GetQuery {
pub player: Option<String>,
pub moves: Option<bool>,
pub pgn_in_json: Option<bool>,
pub tags: Option<bool>,
pub clocks: Option<bool>,
pub evals: Option<bool>,
pub accuracy: Option<bool>,
pub opening: Option<bool>,
pub division: Option<bool>,
}Fields§
§player: Option<String>§moves: Option<bool>§pgn_in_json: Option<bool>§clocks: Option<bool>§evals: Option<bool>§accuracy: Option<bool>§opening: Option<bool>§division: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetQuery
impl RefUnwindSafe for GetQuery
impl Send for GetQuery
impl Sync for GetQuery
impl Unpin for GetQuery
impl UnsafeUnpin for GetQuery
impl UnwindSafe for GetQuery
Blanket Implementations§
impl<B> BodyBounds for Bwhere
B: Serialize,
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