pub struct RuntimeWrapper {
pub runtime: Runtime,
}Fields§
§runtime: RuntimeImplementations§
Auto Trait Implementations§
impl !Freeze for RuntimeWrapper
impl RefUnwindSafe for RuntimeWrapper
impl Send for RuntimeWrapper
impl Sync for RuntimeWrapper
impl Unpin for RuntimeWrapper
impl UnsafeUnpin for RuntimeWrapper
impl UnwindSafe for RuntimeWrapper
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