pub struct LogReaderOptions {
pub on_error: LogParseErrorMode,
}Expand description
Options for the log reader.
Fields§
§on_error: LogParseErrorModeHow to handle lines that fail to parse.
Trait Implementations§
Source§impl Clone for LogReaderOptions
impl Clone for LogReaderOptions
Source§fn clone(&self) -> LogReaderOptions
fn clone(&self) -> LogReaderOptions
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 LogReaderOptions
impl Debug for LogReaderOptions
Auto Trait Implementations§
impl Freeze for LogReaderOptions
impl RefUnwindSafe for LogReaderOptions
impl Send for LogReaderOptions
impl Sync for LogReaderOptions
impl Unpin for LogReaderOptions
impl UnsafeUnpin for LogReaderOptions
impl UnwindSafe for LogReaderOptions
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