pub struct DialogCrashHandler { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ObsCrashHandler for DialogCrashHandler
impl ObsCrashHandler for DialogCrashHandler
fn handle_crash(&self, message: String)
Auto Trait Implementations§
impl Freeze for DialogCrashHandler
impl RefUnwindSafe for DialogCrashHandler
impl Send for DialogCrashHandler
impl Sync for DialogCrashHandler
impl Unpin for DialogCrashHandler
impl UnwindSafe for DialogCrashHandler
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