Struct texlang::error::SimpleEndOfInputError
source · pub struct SimpleEndOfInputError {
pub trace: SourceCodeTrace,
pub title: String,
pub text_notes: Vec<String>,
}
Fields§
§trace: SourceCodeTrace
§title: String
§text_notes: Vec<String>
Implementations§
Trait Implementations§
source§impl Debug for SimpleEndOfInputError
impl Debug for SimpleEndOfInputError
Auto Trait Implementations§
impl RefUnwindSafe for SimpleEndOfInputError
impl Send for SimpleEndOfInputError
impl Sync for SimpleEndOfInputError
impl Unpin for SimpleEndOfInputError
impl UnwindSafe for SimpleEndOfInputError
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