Enum usiagent::event::SysEventOption [−][src]
Expand description
USIオプション項目
Variants
Str(String)
文字列
Tuple Fields of Str
0: String
Num(i64)
数値
Tuple Fields of Num
0: i64
Bool(bool)
真偽値
Tuple Fields of Bool
0: bool
存在する(値がないオプション用)
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 SysEventOption
impl Send for SysEventOption
impl Sync for SysEventOption
impl Unpin for SysEventOption
impl UnwindSafe for SysEventOption
Blanket Implementations
Mutably borrows from an owned value. Read more