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