Enum usiagent::event::SysEventOptionKind[][src]

pub enum SysEventOptionKind {
    Str,
    Num,
    Bool,
    Exist,
}
Expand description

USIオプション項目の種別

Variants

Str

文字列

Num

数値

Bool

真偽値

Exist

存在する(値がないオプション用)

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.