pub enum ErrorTarget {
Show 20 variants
Package,
Parameter,
ParamSpec,
Prototype,
Converter,
Mouth,
Core,
State,
Stomach,
Codegen,
Macro,
XMath,
MathParser,
Document,
Definition,
TexPool,
Internal,
TargetUnexpected,
TooManyErrors,
Timeout,
}Variants§
Package
Parameter
ParamSpec
Prototype
Converter
Mouth
Core
State
Stomach
Codegen
Macro
XMath
MathParser
Document
Definition
TexPool
Internal
TargetUnexpected
TooManyErrors
Timeout
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorTarget
impl RefUnwindSafe for ErrorTarget
impl Send for ErrorTarget
impl Sync for ErrorTarget
impl Unpin for ErrorTarget
impl UnsafeUnpin for ErrorTarget
impl UnwindSafe for ErrorTarget
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