Enum usiagent::error::TypeConvertError [−][src]
Expand description
USIコマンド文字列の型変換エラー
Variants
書式エラー
内部実装の誤りを検出
Trait Implementations
Performs the conversion.
impl<E> From<TypeConvertError<String>> for SelfMatchRunningError<E> where
String: Debug,
E: PlayerError,
impl<E> From<TypeConvertError<String>> for SelfMatchRunningError<E> where
String: Debug,
E: PlayerError,
Performs the conversion.
Performs the conversion.
impl<T: PartialEq> PartialEq<TypeConvertError<T>> for TypeConvertError<T> where
T: Debug + Display,
impl<T: PartialEq> PartialEq<TypeConvertError<T>> for TypeConvertError<T> where
T: Debug + Display,
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.