Struct criterion::async_executor::SmolExecutor
source · pub struct SmolExecutor;
Expand description
Runs futures on the ‘smol’ crate’s global executor
Trait Implementations§
source§impl AsyncExecutor for SmolExecutor
impl AsyncExecutor for SmolExecutor
Auto Trait Implementations§
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