pub struct EventSystem;Expand description
Workspace-wide event bus.
Trait Implementations§
Source§impl Debug for EventSystem
impl Debug for EventSystem
Source§impl Default for EventSystem
impl Default for EventSystem
Source§fn default() -> EventSystem
fn default() -> EventSystem
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventSystem
impl RefUnwindSafe for EventSystem
impl Send for EventSystem
impl Sync for EventSystem
impl Unpin for EventSystem
impl UnsafeUnpin for EventSystem
impl UnwindSafe for EventSystem
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