Struct rquickjs_core::Bundle
source · [−]pub struct Bundle<T>(pub T);
Expand description
The resolver and loader for bundles of compiled modules
Tuple Fields
0: T
Trait Implementations
sourceimpl<D> Loader<Script> for Bundle<&'static [(&'static str, D)]> where
D: HasByteCode<'static>,
impl<D> Loader<Script> for Bundle<&'static [(&'static str, D)]> where
D: HasByteCode<'static>,
impl<T: Copy> Copy for Bundle<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for Bundle<T> where
T: RefUnwindSafe,
impl<T> Send for Bundle<T> where
T: Send,
impl<T> Sync for Bundle<T> where
T: Sync,
impl<T> Unpin for Bundle<T> where
T: Unpin,
impl<T> UnwindSafe for Bundle<T> where
T: 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