pub enum IORuntime {
Runtime(Runtime),
Handle(Handle),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for IORuntime
impl RefUnwindSafe for IORuntime
impl Send for IORuntime
impl Sync for IORuntime
impl Unpin for IORuntime
impl UnwindSafe for IORuntime
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