Struct drcode_rust::Config
source · pub struct Config {
pub public_key: String,
pub project_id: String,
pub traces_sample_rate: Option<f32>,
}
Fields§
§public_key: String
§project_id: String
§traces_sample_rate: Option<f32>
Auto 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§
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