pub struct HeaderParser {
pub begin_pos: usize,
pub end_pos: Option<usize>,
pub file_content: FileContent,
}Fields§
§begin_pos: usize§end_pos: Option<usize>Some if header exists; None if header does not exist.
file_content: FileContentTrait Implementations§
Auto Trait Implementations§
impl Freeze for HeaderParser
impl RefUnwindSafe for HeaderParser
impl Send for HeaderParser
impl Sync for HeaderParser
impl Unpin for HeaderParser
impl UnwindSafe for HeaderParser
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