pub struct PlainTextParser;Expand description
Parses plain .txt files (UTF-8 assumed, with a lossy fallback).
Trait Implementations§
Source§impl Clone for PlainTextParser
impl Clone for PlainTextParser
Source§fn clone(&self) -> PlainTextParser
fn clone(&self) -> PlainTextParser
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 PlainTextParser
impl Debug for PlainTextParser
Source§impl Default for PlainTextParser
impl Default for PlainTextParser
Source§fn default() -> PlainTextParser
fn default() -> PlainTextParser
Returns the “default value” for a type. Read more
Source§impl DocumentParser for PlainTextParser
impl DocumentParser for PlainTextParser
Auto Trait Implementations§
impl Freeze for PlainTextParser
impl RefUnwindSafe for PlainTextParser
impl Send for PlainTextParser
impl Sync for PlainTextParser
impl Unpin for PlainTextParser
impl UnsafeUnpin for PlainTextParser
impl UnwindSafe for PlainTextParser
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