Struct event_web::EventHandler[][src]

pub struct EventHandler<T> where
    T: Actor<Context = Context<T>> + Handler<LookupEvent> + Handler<NewEvent> + Handler<EditEvent> + Clone
{ /* fields omitted */ }

Methods

impl<T> EventHandler<T> where
    T: Actor<Context = Context<T>> + Handler<LookupEvent> + Handler<NewEvent> + Handler<EditEvent> + Clone
[src]

Trait Implementations

impl<T: Clone> Clone for EventHandler<T> where
    T: Actor<Context = Context<T>> + Handler<LookupEvent> + Handler<NewEvent> + Handler<EditEvent> + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for EventHandler<T>

impl<T> Sync for EventHandler<T>