pub struct Config {
pub public_key: String,
pub project_id: String,
pub traces_sample_rate: f32,
pub profiles_sample_rate: f32,
}Fields§
§public_key: String§project_id: String§traces_sample_rate: f32§profiles_sample_rate: f32Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more