pub struct Runtime<E: Clone + Copy + 'static> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<E> Freeze for Runtime<E>
impl<E> !RefUnwindSafe for Runtime<E>
impl<E> Send for Runtime<E>where
E: Send,
impl<E> !Sync for Runtime<E>
impl<E> Unpin for Runtime<E>where
E: Unpin,
impl<E> !UnwindSafe for Runtime<E>
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