Enum usiagent::command::UsiScoreMate [−][src]
pub enum UsiScoreMate {
Num(i64),
Plus,
Minus,
}
Expand description
infoコマンドのscoreサブコマンドのmateの値
Variants
Num(i64)
数値
Tuple Fields of Num
0: i64
+
-
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UsiScoreMate
impl Send for UsiScoreMate
impl Sync for UsiScoreMate
impl Unpin for UsiScoreMate
impl UnwindSafe for UsiScoreMate
Blanket Implementations
Mutably borrows from an owned value. Read more