Enum kay_codegen::HandlerType[][src]

pub enum HandlerType {
    Handler,
    Init,
}

Variants

Trait Implementations

impl Copy for HandlerType
[src]

impl Clone for HandlerType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for HandlerType

impl Sync for HandlerType