pub struct Breakpad {
pub path: PathBuf,
/* private fields */
}Available on crate feature
breakpad only.Expand description
A single Breakpad file.
This type is used in the Source::Breakpad variant.
Fields§
§path: PathBufThe path to a Breakpad file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Breakpad
impl RefUnwindSafe for Breakpad
impl Send for Breakpad
impl Sync for Breakpad
impl Unpin for Breakpad
impl UnsafeUnpin for Breakpad
impl UnwindSafe for Breakpad
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