Struct csa::value::MoveRecord [] [src]

pub struct MoveRecord {
    pub action: Action,
    pub time: Option<Duration>,
}

Fields

Trait Implementations

impl Debug for MoveRecord
[src]

Formats the value using the given formatter.

impl PartialEq for MoveRecord
[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 MoveRecord
[src]

impl Display for MoveRecord
[src]

Formats the value using the given formatter. Read more