pub struct NASParser;Expand description
NAS Parser
Trait Implementations§
Source§impl FileParser for NASParser
impl FileParser for NASParser
Source§fn parse_additional_infos(
lines: &[String],
) -> Result<AdditionalInfos, ParsingError>
fn parse_additional_infos( lines: &[String], ) -> Result<AdditionalInfos, ParsingError>
Function that parses the first line of a log Read more
Auto Trait Implementations§
impl Freeze for NASParser
impl RefUnwindSafe for NASParser
impl Send for NASParser
impl Sync for NASParser
impl Unpin for NASParser
impl UnwindSafe for NASParser
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