Enum calloop::PostAction[][src]

pub enum PostAction {
    Continue,
    Reregister,
    Disable,
    Remove,
}
Expand description

Possible actions that can be requested to the event loop by an event source once its events have been processed

Variants

Continue

Continue listening for events on this source as before

Reregister

Trigger a re-registration of this source

Disable

Disable this source

Has the same effect as LoopHandle::disable

Remove

Remove this source from the eventloop

Has the same effect as LoopHandle::kill

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.