Enum usiagent::event::UserEventKind [−][src]
pub enum UserEventKind {
Stop,
PonderHit,
Quit,
}
Expand description
ユーザーイベントの種別
Variants
思考の停止
go ponderの予測手にHit
終了要求
Trait Implementations
Performs the conversion.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for UserEventKind
impl Send for UserEventKind
impl Sync for UserEventKind
impl Unpin for UserEventKind
impl UnwindSafe for UserEventKind
Blanket Implementations
Mutably borrows from an owned value. Read more