Enum crash_report::ProcessType
source · pub enum ProcessType {}
Auto Trait Implementations§
impl RefUnwindSafe for ProcessType
impl Send for ProcessType
impl Sync for ProcessType
impl Unpin for ProcessType
impl UnwindSafe for ProcessType
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