pub enum LerrType {
DivZero,
BadOp,
BadNum,
IncorrectParamCount,
EmptyList,
WrongType,
UnboundSymbol,
Interrupt,
}Variants§
Trait Implementations§
impl StructuralPartialEq for LerrType
Auto Trait Implementations§
impl Freeze for LerrType
impl RefUnwindSafe for LerrType
impl Send for LerrType
impl Sync for LerrType
impl Unpin for LerrType
impl UnwindSafe for LerrType
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