pub struct LogParser<F: LogFormat> { /* private fields */ }Expand description
通用的日志文件解析器。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for LogParser<F>where
PhantomData<F>: Freeze,
impl<F> RefUnwindSafe for LogParser<F>where
PhantomData<F>: RefUnwindSafe,
impl<F> Send for LogParser<F>where
PhantomData<F>: Send,
impl<F> Sync for LogParser<F>where
PhantomData<F>: Sync,
impl<F> Unpin for LogParser<F>where
PhantomData<F>: Unpin,
impl<F> UnsafeUnpin for LogParser<F>where
PhantomData<F>: UnsafeUnpin,
impl<F> UnwindSafe for LogParser<F>where
PhantomData<F>: UnwindSafe,
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