pub struct MozjsCode { /* private fields */ }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