pub struct PhantomEvent;
Expand description
The placeholder event for the observer and mediator to use in SystemHandler.
Trait Implementations§
Source§impl Event for PhantomEvent
impl Event for PhantomEvent
Source§type This<'__a> = PhantomEvent
type This<'__a> = PhantomEvent
Source§type EventIdx = GlobalEventIdx
type EventIdx = GlobalEventIdx
Either
GlobalEventIdx
or TargetedEventIdx
. This indicates if the
event is global or targeted.Auto Trait Implementations§
impl Freeze for PhantomEvent
impl RefUnwindSafe for PhantomEvent
impl Send for PhantomEvent
impl Sync for PhantomEvent
impl Unpin for PhantomEvent
impl UnwindSafe for PhantomEvent
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