Enum usiagent::event::SysEventOption [−][src]
Expand description
USIオプション項目
Variants
Str(String)文字列
Tuple Fields of Str
0: StringNum(i64)数値
Tuple Fields of Num
0: i64Bool(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