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