pub struct Crash {}Expand description
Crashes browser on the main thread. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Crash
impl RefUnwindSafe for Crash
impl Send for Crash
impl Sync for Crash
impl Unpin for Crash
impl UnsafeUnpin for Crash
impl UnwindSafe for Crash
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