pub struct LogParser { /* private fields */ }Expand description
A simple LogParser with custom regex pattern
Implementations§
Auto Trait Implementations§
impl Freeze for LogParser
impl RefUnwindSafe for LogParser
impl Send for LogParser
impl Sync for LogParser
impl Unpin for LogParser
impl UnwindSafe for LogParser
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