pub struct ApmConfig {
pub apm_enabled: bool,
pub sample_priority: f64,
pub sample_rate: f64,
}Fields§
§apm_enabled: bool§sample_priority: f64§sample_rate: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApmConfig
impl RefUnwindSafe for ApmConfig
impl Send for ApmConfig
impl Sync for ApmConfig
impl Unpin for ApmConfig
impl UnsafeUnpin for ApmConfig
impl UnwindSafe for ApmConfig
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