pub struct JSError { /* private fields */ }Trait Implementations§
Source§impl ExternType for JSError
impl ExternType for JSError
Auto Trait Implementations§
impl !Freeze for JSError
impl RefUnwindSafe for JSError
impl !Send for JSError
impl !Sync for JSError
impl !Unpin for JSError
impl UnwindSafe for JSError
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