pub struct Configuration {
pub Key: String,
pub Host: String,
pub Brand: String,
pub Report: bool,
pub Capture: bool,
pub OTLPEndpoint: String,
pub OTLPEnabled: bool,
}Fields§
§Key: String§Host: String§Brand: String§Report: bool§Capture: bool§OTLPEndpoint: String§OTLPEnabled: boolAuto Trait Implementations§
impl Freeze for Configuration
impl RefUnwindSafe for Configuration
impl Send for Configuration
impl Sync for Configuration
impl Unpin for Configuration
impl UnsafeUnpin for Configuration
impl UnwindSafe for Configuration
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