pub struct Base {
pub moves: bool,
pub pgn_in_json: bool,
pub tags: bool,
pub clocks: bool,
pub evals: bool,
pub accuracy: bool,
pub opening: bool,
pub literate: bool,
pub players: Option<String>,
}Fields§
§moves: bool§pgn_in_json: bool§clocks: bool§evals: bool§accuracy: bool§opening: bool§literate: bool§players: Option<String>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Base
impl Send for Base
impl Sync for Base
impl Unpin for Base
impl UnwindSafe for Base
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