pub struct HostRuntime { /* private fields */ }Implementations§
Source§impl HostRuntime
impl HostRuntime
Trait Implementations§
Source§impl Default for HostRuntime
impl Default for HostRuntime
Source§fn default() -> HostRuntime
fn default() -> HostRuntime
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for HostRuntime
impl !UnwindSafe for HostRuntime
impl Freeze for HostRuntime
impl Send for HostRuntime
impl Sync for HostRuntime
impl Unpin for HostRuntime
impl UnsafeUnpin for HostRuntime
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