Enum rust_rocket::client::Event [] [src]

pub enum Event {
    SetRow(u32),
    Pause(bool),
}

Variants

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter.

impl Copy for Event
[src]

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more