pub struct NGAPParser;Expand description
NGAP Parser
Trait Implementations§
Source§impl FileParser for NGAPParser
impl FileParser for NGAPParser
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 NGAPParser
impl RefUnwindSafe for NGAPParser
impl Send for NGAPParser
impl Sync for NGAPParser
impl Unpin for NGAPParser
impl UnwindSafe for NGAPParser
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