Struct rquickjs_core::Loaded
source · [−]pub struct Loaded<S = ()>(_);
Expand description
The marker for the module which is loaded but not evaluated yet
Auto Trait Implementations
impl<S> RefUnwindSafe for Loaded<S> where
S: RefUnwindSafe,
impl<S> Send for Loaded<S> where
S: Send,
impl<S> Sync for Loaded<S> where
S: Sync,
impl<S> Unpin for Loaded<S> where
S: Unpin,
impl<S> UnwindSafe for Loaded<S> where
S: UnwindSafe,
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