pub struct CrashpadConfig { /* private fields */ }
Expand description
Configuration for Crashpad client
Implementations§
Source§impl CrashpadConfig
impl CrashpadConfig
Sourcepub fn builder() -> CrashpadConfigBuilder
pub fn builder() -> CrashpadConfigBuilder
Create a builder for the configuration
Sourcepub fn with_database_path<P: AsRef<Path>>(self, path: P) -> Self
pub fn with_database_path<P: AsRef<Path>>(self, path: P) -> Self
Set the database path
Sourcepub fn with_metrics_path<P: AsRef<Path>>(self, path: P) -> Self
pub fn with_metrics_path<P: AsRef<Path>>(self, path: P) -> Self
Set the metrics path
Trait Implementations§
Source§impl Clone for CrashpadConfig
impl Clone for CrashpadConfig
Source§fn clone(&self) -> CrashpadConfig
fn clone(&self) -> CrashpadConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CrashpadConfig
impl Debug for CrashpadConfig
Auto Trait Implementations§
impl Freeze for CrashpadConfig
impl RefUnwindSafe for CrashpadConfig
impl Send for CrashpadConfig
impl Sync for CrashpadConfig
impl Unpin for CrashpadConfig
impl UnwindSafe for CrashpadConfig
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