pub enum EngineMsg {
Add(AddRequest),
WorkerIdle,
}Variants§
Add(AddRequest)
WorkerIdle
Auto Trait Implementations§
impl Freeze for EngineMsg
impl !RefUnwindSafe for EngineMsg
impl Send for EngineMsg
impl Sync for EngineMsg
impl Unpin for EngineMsg
impl UnsafeUnpin for EngineMsg
impl !UnwindSafe for EngineMsg
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