pub struct EasyJSR {
pub rt: Runtime,
pub ctx: Context,
}
Expand description
Good’ole easyjs runtime.
Fields§
§rt: Runtime
§ctx: Context
Implementations§
Auto Trait Implementations§
impl Freeze for EasyJSR
impl !RefUnwindSafe for EasyJSR
impl !Send for EasyJSR
impl !Sync for EasyJSR
impl Unpin for EasyJSR
impl !UnwindSafe for EasyJSR
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