pub enum PortableErrorKind {
Tex,
Sandbox,
Budget,
}Expand description
What ended a run with an error.
Variants§
Tex
A TeX error, such as an undefined control sequence.
Sandbox
The sandbox rejected a command, such as a math shift that leaves the wrapper math.
Budget
The sandbox work budget ran out.
Trait Implementations§
Source§impl Clone for PortableErrorKind
impl Clone for PortableErrorKind
impl Copy for PortableErrorKind
Source§impl Debug for PortableErrorKind
impl Debug for PortableErrorKind
impl Eq for PortableErrorKind
Source§impl PartialEq for PortableErrorKind
impl PartialEq for PortableErrorKind
impl StructuralPartialEq for PortableErrorKind
Auto Trait Implementations§
impl Freeze for PortableErrorKind
impl RefUnwindSafe for PortableErrorKind
impl Send for PortableErrorKind
impl Sync for PortableErrorKind
impl Unpin for PortableErrorKind
impl UnsafeUnpin for PortableErrorKind
impl UnwindSafe for PortableErrorKind
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