Struct input::EventId [−][src]
pub struct EventId(pub &'static str);
Used to identify events arguments provided by traits.
Trait Implementations
impl Copy for EventId[src]
impl Copy for EventIdimpl Clone for EventId[src]
impl Clone for EventIdfn clone(&self) -> EventId[src]
fn clone(&self) -> EventIdReturns 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 EventId[src]
impl PartialEq for EventIdfn eq(&self, other: &EventId) -> bool[src]
fn eq(&self, other: &EventId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EventId) -> bool[src]
fn ne(&self, other: &EventId) -> boolThis method tests for !=.
impl Eq for EventId[src]
impl Eq for EventIdimpl Debug for EventId[src]
impl Debug for EventId