Enum asciicast::EventType [] [src]

pub enum EventType {
    Input,
    Output,
}

Variants

Trait Implementations

impl Debug for EventType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EventType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Serialize for EventType
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more