pub struct SmolExecutor;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmolExecutor
impl RefUnwindSafe for SmolExecutor
impl Send for SmolExecutor
impl Sync for SmolExecutor
impl Unpin for SmolExecutor
impl UnwindSafe for SmolExecutor
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