Struct input::EventId [] [src]

pub struct EventId(pub &'static str);

Used to identify events arguments provided by traits.

Trait Implementations

Derived Implementations

impl Debug for EventId

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for EventId

impl PartialEq for EventId

fn eq(&self, __arg_0: &EventId) -> bool

fn ne(&self, __arg_0: &EventId) -> bool

impl Clone for EventId

fn clone(&self) -> EventId

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for EventId