pub struct _JSCExceptionPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _JSCExceptionPrivate
impl RefUnwindSafe for _JSCExceptionPrivate
impl Send for _JSCExceptionPrivate
impl Sync for _JSCExceptionPrivate
impl Unpin for _JSCExceptionPrivate
impl UnwindSafe for _JSCExceptionPrivate
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