pub struct RunContext {
pub log_queue: RefCell<LogQueue>,
}
Expand description
Logging support for deferred tasks
Fields§
§log_queue: RefCell<LogQueue>
queue of deferred messages
Implementations§
Trait Implementations§
Source§impl Debug for RunContext
impl Debug for RunContext
impl Sync for RunContext
Auto Trait Implementations§
impl !Freeze for RunContext
impl !RefUnwindSafe for RunContext
impl Send for RunContext
impl Unpin for RunContext
impl UnwindSafe for RunContext
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