Struct qrt_log_utils::LoggerConfig
source · pub struct LoggerConfig {
pub sample_rate: Option<f64>,
pub detect_hostname: bool,
}
Fields§
§sample_rate: Option<f64>
§detect_hostname: bool
Auto Trait Implementations§
impl RefUnwindSafe for LoggerConfig
impl Send for LoggerConfig
impl Sync for LoggerConfig
impl Unpin for LoggerConfig
impl UnwindSafe for LoggerConfig
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