Struct usiagent::selfmatch::SelfMatchResult[][src]

pub struct SelfMatchResult {
    pub game_count: u32,
    pub elapsed: Duration,
    pub start_dt: DateTime<Local>,
    pub end_dt: DateTime<Local>,
}
Expand description

自己対局の結果

Fields

game_count: u32

実施した対局回数

elapsed: Duration

自己対局開始からの経過時間

start_dt: DateTime<Local>

自己対局の開始時間

end_dt: DateTime<Local>

自己対局の終了時間

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.