Struct lichess_api::model::external_engine::analyse::ExternalEngineWork
source · pub struct ExternalEngineWork {
pub session_id: String,
pub threads: u32,
pub hash: u32,
pub infinite: bool,
pub multi_pv: u8,
pub variant: String,
pub initial_fen: String,
pub moves: Vec<String>,
}Fields§
§session_id: String§threads: u32§hash: u32§infinite: bool§multi_pv: u8§variant: String§initial_fen: String§moves: Vec<String>Trait Implementations§
source§impl Clone for ExternalEngineWork
impl Clone for ExternalEngineWork
source§fn clone(&self) -> ExternalEngineWork
fn clone(&self) -> ExternalEngineWork
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ExternalEngineWork
impl Debug for ExternalEngineWork
Auto Trait Implementations§
impl Freeze for ExternalEngineWork
impl RefUnwindSafe for ExternalEngineWork
impl Send for ExternalEngineWork
impl Sync for ExternalEngineWork
impl Unpin for ExternalEngineWork
impl UnwindSafe for ExternalEngineWork
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)