pub struct MozjsCode { /* private fields */ }Expand description
Per-language code type tag for Mozjs; carries no data.
Trait Implementations§
Source§impl LanguageInfo for MozjsCode
impl LanguageInfo for MozjsCode
Auto Trait Implementations§
impl Freeze for MozjsCode
impl RefUnwindSafe for MozjsCode
impl Send for MozjsCode
impl Sync for MozjsCode
impl Unpin for MozjsCode
impl UnsafeUnpin for MozjsCode
impl UnwindSafe for MozjsCode
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