pub struct Runtime<D> { /* private fields */ }
Expand description
Monoio runtime
Implementations§
Trait Implementations§
Source§impl From<Runtime<IoUringDriver>> for FusionRuntime<IoUringDriver, LegacyDriver>
impl From<Runtime<IoUringDriver>> for FusionRuntime<IoUringDriver, LegacyDriver>
Source§fn from(r: Runtime<IoUringDriver>) -> Self
fn from(r: Runtime<IoUringDriver>) -> Self
Converts to this type from the input type.
Source§impl From<Runtime<LegacyDriver>> for FusionRuntime<IoUringDriver, LegacyDriver>
impl From<Runtime<LegacyDriver>> for FusionRuntime<IoUringDriver, LegacyDriver>
Source§fn from(r: Runtime<LegacyDriver>) -> Self
fn from(r: Runtime<LegacyDriver>) -> Self
Converts to this type from the input type.
Source§impl From<Runtime<TimeDriver<IoUringDriver>>> for FusionRuntime<TimeDriver<IoUringDriver>, TimeDriver<LegacyDriver>>
impl From<Runtime<TimeDriver<IoUringDriver>>> for FusionRuntime<TimeDriver<IoUringDriver>, TimeDriver<LegacyDriver>>
Source§fn from(r: Runtime<TimeDriver<IoUringDriver>>) -> Self
fn from(r: Runtime<TimeDriver<IoUringDriver>>) -> Self
Converts to this type from the input type.
Source§impl From<Runtime<TimeDriver<LegacyDriver>>> for FusionRuntime<TimeDriver<IoUringDriver>, TimeDriver<LegacyDriver>>
impl From<Runtime<TimeDriver<LegacyDriver>>> for FusionRuntime<TimeDriver<IoUringDriver>, TimeDriver<LegacyDriver>>
Source§fn from(r: Runtime<TimeDriver<LegacyDriver>>) -> Self
fn from(r: Runtime<TimeDriver<LegacyDriver>>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<D> !Freeze for Runtime<D>
impl<D> !RefUnwindSafe for Runtime<D>
impl<D> !Send for Runtime<D>
impl<D> !Sync for Runtime<D>
impl<D> Unpin for Runtime<D>where
D: Unpin,
impl<D> !UnwindSafe for Runtime<D>
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