Struct javascriptcore6_sys::JSCException
source · #[repr(C)]pub struct JSCException { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSCException
impl RefUnwindSafe for JSCException
impl !Send for JSCException
impl !Sync for JSCException
impl !Unpin for JSCException
impl UnwindSafe for JSCException
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