pub struct InvalidLine {
pub line_number: usize,
pub content: String,
}
Fields§
§line_number: usize
§content: String
Auto Trait Implementations§
impl Freeze for InvalidLine
impl RefUnwindSafe for InvalidLine
impl Send for InvalidLine
impl Sync for InvalidLine
impl Unpin for InvalidLine
impl UnwindSafe for InvalidLine
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