pub struct RawOption { /* private fields */ }
Expand description
Type parsed from a Uci setoption
command.
The value is stringly typed, because it can be a string, bool, integer, or nothing.
Trait Implementations§
impl Eq for RawOption
impl StructuralPartialEq for RawOption
Auto Trait Implementations§
impl Freeze for RawOption
impl RefUnwindSafe for RawOption
impl Send for RawOption
impl Sync for RawOption
impl Unpin for RawOption
impl UnwindSafe for RawOption
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