Struct rquickjs_core::Created
source · [−]pub struct Created;
Expand description
The marker for the module which is created but not loaded yet
Auto Trait Implementations
impl RefUnwindSafe for Created
impl Send for Created
impl Sync for Created
impl Unpin for Created
impl UnwindSafe for Created
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