pub struct CEFFormatter;Expand description
Common Event Format (CEF) - ArcSight standard
Implementations§
Auto Trait Implementations§
impl Freeze for CEFFormatter
impl RefUnwindSafe for CEFFormatter
impl Send for CEFFormatter
impl Sync for CEFFormatter
impl Unpin for CEFFormatter
impl UnwindSafe for CEFFormatter
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