pub struct EngineStdin(/* private fields */);Expand description
Sends requests to the analysis engine.
When dropped, this will close the engine’s stdin and request KataGo to exit.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EngineStdin
impl RefUnwindSafe for EngineStdin
impl Send for EngineStdin
impl Sync for EngineStdin
impl Unpin for EngineStdin
impl UnsafeUnpin for EngineStdin
impl UnwindSafe for EngineStdin
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