pub struct EventBusHandle {
pub bus: EventBus,
/* private fields */
}Expand description
Handle returned when the bus starts — use it to drive graceful shutdown
and to clone EventBus handles for emitters.
Fields§
§bus: EventBusImplementations§
Auto Trait Implementations§
impl Freeze for EventBusHandle
impl RefUnwindSafe for EventBusHandle
impl Send for EventBusHandle
impl Sync for EventBusHandle
impl Unpin for EventBusHandle
impl UnsafeUnpin for EventBusHandle
impl UnwindSafe for EventBusHandle
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