pub struct BuiltinSyncApplicationEventPublisher { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ApplicationEventPublisher for BuiltinSyncApplicationEventPublisher
impl ApplicationEventPublisher for BuiltinSyncApplicationEventPublisher
fn register_listener<T, L>(&mut self, listener: L)where
T: ApplicationEvent + 'static,
L: ApplicationEventListener<T> + 'static,
fn publish_event<T>(&self, event: T)where
T: ApplicationEvent + 'static,
Auto Trait Implementations§
impl Freeze for BuiltinSyncApplicationEventPublisher
impl RefUnwindSafe for BuiltinSyncApplicationEventPublisher
impl Send for BuiltinSyncApplicationEventPublisher
impl Sync for BuiltinSyncApplicationEventPublisher
impl Unpin for BuiltinSyncApplicationEventPublisher
impl UnwindSafe for BuiltinSyncApplicationEventPublisher
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