pub struct SplunkFormatter;Expand description
Splunk HEC (HTTP Event Collector) format
Implementations§
Auto Trait Implementations§
impl Freeze for SplunkFormatter
impl RefUnwindSafe for SplunkFormatter
impl Send for SplunkFormatter
impl Sync for SplunkFormatter
impl Unpin for SplunkFormatter
impl UnwindSafe for SplunkFormatter
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