Struct rust_apt::tagfile::ParserError
source · pub struct ParserError {
pub msg: String,
pub line: Option<usize>,
}Expand description
The result of a parsing error.
Fields§
§msg: String§line: Option<usize>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Unpin for ParserError
impl UnwindSafe for ParserError
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