Enum usi::CheckmateParams [] [src]

pub enum CheckmateParams {
    Mate(Vec<String>),
    NoMate,
    NotImplemented,
    Timeout,
}

Represents parameters of "checkmate" command.

Variants

Trait Implementations

impl Debug for CheckmateParams
[src]

Formats the value using the given formatter.