Struct rquickjs_core::Evaluated
source · [−]pub struct Evaluated;
Expand description
The marker for the module which is already loaded and evaluated
Auto Trait Implementations
impl RefUnwindSafe for Evaluated
impl Send for Evaluated
impl Sync for Evaluated
impl Unpin for Evaluated
impl UnwindSafe for Evaluated
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more