pub struct ParseWarning {
pub line: String,
pub reason: &'static str,
}Expand description
Malformed lines encountered during parsing.
Fields§
§line: String§reason: &'static strTrait Implementations§
Source§impl Debug for ParseWarning
impl Debug for ParseWarning
Source§impl PartialEq for ParseWarning
impl PartialEq for ParseWarning
impl Eq for ParseWarning
impl StructuralPartialEq for ParseWarning
Auto Trait Implementations§
impl Freeze for ParseWarning
impl RefUnwindSafe for ParseWarning
impl Send for ParseWarning
impl Sync for ParseWarning
impl Unpin for ParseWarning
impl UnsafeUnpin for ParseWarning
impl UnwindSafe for ParseWarning
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