Enum kay_codegen::HandlerType [−][src]
pub enum HandlerType {
    Handler,
    Init,
}Variants
HandlerInit
                Trait Implementations
impl Copy for HandlerType[src] 
impl Copy for HandlerTypeimpl Clone for HandlerType[src] 
impl Clone for HandlerTypefn clone(&self) -> HandlerType[src] 
fn clone(&self) -> HandlerTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for HandlerType[src] 
impl PartialEq for HandlerTypefn eq(&self, other: &HandlerType) -> bool[src] 
fn eq(&self, other: &HandlerType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for HandlerType[src] 
impl Eq for HandlerTypeAuto Trait Implementations
impl Send for HandlerType
impl Send for HandlerTypeimpl Sync for HandlerType
impl Sync for HandlerType