Struct crash_report::RemoteCrashHandler
source · pub struct RemoteCrashHandler {}
Expand description
Handler for remote crash requests from other processes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RemoteCrashHandler
impl Send for RemoteCrashHandler
impl Sync for RemoteCrashHandler
impl Unpin for RemoteCrashHandler
impl UnwindSafe for RemoteCrashHandler
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