Struct texlang::error::UndefinedCommandError
source · pub struct UndefinedCommandError {
pub trace: SourceCodeTrace,
pub close_names: Vec<WordDiff>,
}
Fields§
§trace: SourceCodeTrace
§close_names: Vec<WordDiff>
Implementations§
source§impl UndefinedCommandError
impl UndefinedCommandError
pub fn new<S>(vm: &VM<S>, token: Token) -> UndefinedCommandError
Trait Implementations§
source§impl Debug for UndefinedCommandError
impl Debug for UndefinedCommandError
Auto Trait Implementations§
impl RefUnwindSafe for UndefinedCommandError
impl Send for UndefinedCommandError
impl Sync for UndefinedCommandError
impl Unpin for UndefinedCommandError
impl UnwindSafe for UndefinedCommandError
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