pub struct ProvideHermesRuntime;Trait Implementations§
Source§impl<Context> ProvideRuntimeType<Context> for ProvideHermesRuntimewhere
Context: Async,
impl<Context> ProvideRuntimeType<Context> for ProvideHermesRuntimewhere
Context: Async,
type Runtime = HermesRuntime
Auto Trait Implementations§
impl Freeze for ProvideHermesRuntime
impl RefUnwindSafe for ProvideHermesRuntime
impl Send for ProvideHermesRuntime
impl Sync for ProvideHermesRuntime
impl Unpin for ProvideHermesRuntime
impl UnwindSafe for ProvideHermesRuntime
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