pub struct NativeRuntime;Expand description
Helper struct to provide default native runtime implementation.
Trait Implementations§
Source§impl BraidRuntime for NativeRuntime
Available on crate feature native and non-WebAssembly only.
impl BraidRuntime for NativeRuntime
Available on crate feature
native and non-WebAssembly only.Auto Trait Implementations§
impl Freeze for NativeRuntime
impl RefUnwindSafe for NativeRuntime
impl Send for NativeRuntime
impl Sync for NativeRuntime
impl Unpin for NativeRuntime
impl UnwindSafe for NativeRuntime
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