pub struct JsonObserver { /* private fields */ }
Expand description
Observes metrics in JSON format.
Trait Implementations§
Source§impl Drain<String> for JsonObserver
impl Drain<String> for JsonObserver
Auto Trait Implementations§
impl Freeze for JsonObserver
impl RefUnwindSafe for JsonObserver
impl Send for JsonObserver
impl Sync for JsonObserver
impl Unpin for JsonObserver
impl UnwindSafe for JsonObserver
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