pub struct IOExecutor { /* private fields */ }Implementations§
Source§impl IOExecutor
impl IOExecutor
pub fn new() -> (Self, UnboundedSender<Request>)
pub async fn run<E: StorageEngine>(self, engine: E)
Auto Trait Implementations§
impl Freeze for IOExecutor
impl !RefUnwindSafe for IOExecutor
impl Send for IOExecutor
impl Sync for IOExecutor
impl Unpin for IOExecutor
impl !UnwindSafe for IOExecutor
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