Struct irox_threading::SingleThreadExecutor
source · pub struct SingleThreadExecutor;Auto Trait Implementations§
impl RefUnwindSafe for SingleThreadExecutor
impl Send for SingleThreadExecutor
impl Sync for SingleThreadExecutor
impl Unpin for SingleThreadExecutor
impl UnwindSafe for SingleThreadExecutor
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