pub struct EngineContext {
pub event_channel: UnboundedSender<Request>,
/* private fields */
}
Fields§
§event_channel: UnboundedSender<Request>
Implementations§
Auto Trait Implementations§
impl Freeze for EngineContext
impl RefUnwindSafe for EngineContext
impl Send for EngineContext
impl Sync for EngineContext
impl Unpin for EngineContext
impl UnwindSafe for EngineContext
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