pub struct MinidumperChild { /* private fields */ }
Implementations§
Source§impl MinidumperChild
impl MinidumperChild
pub fn new() -> Self
pub fn is_crash_reporter_process(&self) -> bool
pub fn on_minidump<F>(self, on_minidump: F) -> Self
pub fn on_message<F>(self, on_message: F) -> Self
pub fn with_crashes_dir(self, crashes_dir: PathBuf) -> Self
pub fn with_server_stale_timeout(self, server_stale_timeout: u64) -> Self
pub fn with_client_connect_timeout(self, client_connect_timeout: u64) -> Self
pub fn with_server_arg(self, server_arg: String) -> Self
pub fn spawn(self) -> Result<ClientHandle, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MinidumperChild
impl !RefUnwindSafe for MinidumperChild
impl Send for MinidumperChild
impl Sync for MinidumperChild
impl Unpin for MinidumperChild
impl !UnwindSafe for MinidumperChild
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