Enum ruci::UciCreationError
source · pub enum UciCreationError {
Spawn(Error),
StdoutIsNone,
StdinIsNone,
}Expand description
Something went wrong with spawning the engine process.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UciCreationError
impl !RefUnwindSafe for UciCreationError
impl Send for UciCreationError
impl Sync for UciCreationError
impl Unpin for UciCreationError
impl !UnwindSafe for UciCreationError
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