pub struct FileParser { /* private fields */ }
Implementations§
Source§impl FileParser
impl FileParser
Auto Trait Implementations§
impl Freeze for FileParser
impl RefUnwindSafe for FileParser
impl Send for FileParser
impl Sync for FileParser
impl Unpin for FileParser
impl UnwindSafe for FileParser
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