Struct asciicast::Entry [] [src]

pub struct Entry {
    pub time: f64,
    pub event_type: EventType,
    pub event_data: String,
}

Fields

Trait Implementations

impl Debug for Entry
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Entry
[src]

[src]

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

[src]

This method tests for !=.

impl Serialize for Entry
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for Entry
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more