pub enum LogParseErrorMode {
Skip,
Raw,
}Expand description
How to handle lines that fail to parse.
Variants§
Trait Implementations§
Source§impl Clone for LogParseErrorMode
impl Clone for LogParseErrorMode
Source§fn clone(&self) -> LogParseErrorMode
fn clone(&self) -> LogParseErrorMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LogParseErrorMode
impl Debug for LogParseErrorMode
Source§impl PartialEq for LogParseErrorMode
impl PartialEq for LogParseErrorMode
impl Copy for LogParseErrorMode
impl StructuralPartialEq for LogParseErrorMode
Auto Trait Implementations§
impl Freeze for LogParseErrorMode
impl RefUnwindSafe for LogParseErrorMode
impl Send for LogParseErrorMode
impl Sync for LogParseErrorMode
impl Unpin for LogParseErrorMode
impl UnsafeUnpin for LogParseErrorMode
impl UnwindSafe for LogParseErrorMode
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