pub struct EventId(pub &'static str);Expand description
Used to identify events arguments provided by traits.
Use format <api>/<event> to avoid naming collision.
Tuple Fields§
§0: &'static strTrait Implementations§
Source§impl Ord for EventId
impl Ord for EventId
Source§impl PartialOrd for EventId
impl PartialOrd for EventId
impl Copy for EventId
impl Eq for EventId
impl StructuralPartialEq for EventId
Auto Trait Implementations§
impl Freeze for EventId
impl RefUnwindSafe for EventId
impl Send for EventId
impl Sync for EventId
impl Unpin for EventId
impl UnwindSafe for EventId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more