pub struct SingleThreadAsyncRunner(/* private fields */);Implementations§
Source§impl SingleThreadAsyncRunner
impl SingleThreadAsyncRunner
pub fn new() -> AsyncRunner
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SingleThreadAsyncRunner
impl RefUnwindSafe for SingleThreadAsyncRunner
impl Send for SingleThreadAsyncRunner
impl Sync for SingleThreadAsyncRunner
impl Unpin for SingleThreadAsyncRunner
impl UnwindSafe for SingleThreadAsyncRunner
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