pub struct LogParserBuilder { /* private fields */ }Expand description
配置并构建 LogParser 的构建器模式 API。
Implementations§
Source§impl LogParserBuilder
impl LogParserBuilder
Sourcepub fn encoding_hint(self, hint: FileEncodingHint) -> Self
pub fn encoding_hint(self, hint: FileEncodingHint) -> Self
设置文件编码提示。
Auto Trait Implementations§
impl Freeze for LogParserBuilder
impl RefUnwindSafe for LogParserBuilder
impl Send for LogParserBuilder
impl Sync for LogParserBuilder
impl Unpin for LogParserBuilder
impl UnsafeUnpin for LogParserBuilder
impl UnwindSafe for LogParserBuilder
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