pub struct SyslogParser { /* private fields */ }Implementations§
Source§impl SyslogParser
impl SyslogParser
Trait Implementations§
Source§impl EventParser for SyslogParser
impl EventParser for SyslogParser
Auto Trait Implementations§
impl Freeze for SyslogParser
impl RefUnwindSafe for SyslogParser
impl Send for SyslogParser
impl Sync for SyslogParser
impl Unpin for SyslogParser
impl UnsafeUnpin for SyslogParser
impl UnwindSafe for SyslogParser
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