Struct eventbus::EventHandlerId [] [src]

pub struct EventHandlerId<T: Event + ?Sized> { /* fields omitted */ }

Trait Implementations

impl<T: Event + ?Sized> Eq for EventHandlerId<T>
[src]

impl<T: Event + ?Sized> PartialEq for EventHandlerId<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.