pub struct RuntimeOptions {
pub host_bindings: HostBindings,
pub capabilities: Vec<String>,
pub console: ConsoleHandler,
}Fields§
§host_bindings: HostBindings§capabilities: Vec<String>§console: ConsoleHandlerAuto Trait Implementations§
impl Freeze for RuntimeOptions
impl !RefUnwindSafe for RuntimeOptions
impl Send for RuntimeOptions
impl Sync for RuntimeOptions
impl Unpin for RuntimeOptions
impl !UnwindSafe for RuntimeOptions
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