Enum rotor_test::Operation [] [src]

pub enum Operation {
    Register(EventSet, PollOpt),
    Reregister(EventSet, PollOpt),
    Deregister,
    Shutdown,
}

Operation that was done with Scope

Variants

Trait Implementations

impl Debug for Operation
[src]

Formats the value using the given formatter.

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