Enum asciicast::EventType [] [src]

pub enum EventType {
    Input,
    Output,
}

Variants

Represents character(s) typed in by the user, or more specifically, data sent from terminal emulator to stdin of the recorded shell.

Represents printing new data to terminal's stdout.

Trait Implementations

impl Debug for EventType
[src]

[src]

Formats the value using the given formatter. Read more

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 Copy for EventType
[src]

impl Clone for EventType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for EventType

impl Sync for EventType