Struct csa::value::TimeLimit [] [src]

pub struct TimeLimit {
    pub main_time: Duration,
    pub byoyomi: Duration,
}

Fields

Trait Implementations

impl Debug for TimeLimit
[src]

Formats the value using the given formatter.

impl PartialEq for TimeLimit
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TimeLimit
[src]

impl Clone for TimeLimit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for TimeLimit
[src]

Formats the value using the given formatter. Read more