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 Freeze for Base
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
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)