pub struct DefaultExecutor {}Implementations§
Trait Implementations§
Source§impl Default for DefaultExecutor
impl Default for DefaultExecutor
Source§fn default() -> DefaultExecutor
fn default() -> DefaultExecutor
Returns the “default value” for a type. Read more
Source§impl Executor for DefaultExecutor
impl Executor for DefaultExecutor
Auto Trait Implementations§
impl Freeze for DefaultExecutor
impl RefUnwindSafe for DefaultExecutor
impl Send for DefaultExecutor
impl Sync for DefaultExecutor
impl Unpin for DefaultExecutor
impl UnwindSafe for DefaultExecutor
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