pub struct LEEFFormatter;Expand description
Log Event Extended Format (LEEF) - IBM QRadar standard
Implementations§
Auto Trait Implementations§
impl Freeze for LEEFFormatter
impl RefUnwindSafe for LEEFFormatter
impl Send for LEEFFormatter
impl Sync for LEEFFormatter
impl Unpin for LEEFFormatter
impl UnwindSafe for LEEFFormatter
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