Enum tick::Interest [] [src]

pub enum Interest {
    Remove,
    Wait,
    Read,
    Write,
    ReadWrite,
}

Variants

Trait Implementations

impl Debug for Interest
[src]

Formats the value using the given formatter.

impl PartialEq for Interest
[src]

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

This method tests for !=.

impl Clone for Interest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Interest
[src]

impl Add for Interest
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for Interest
[src]

The resulting type after applying the - operator

The method for the - operator

impl Into<Action> for Interest
[src]

Performs the conversion.