Enum docs::parser::errors::PrefixFunctionErrorKind
source · pub enum PrefixFunctionErrorKind {
NoPrefixFunction,
IntegerParseError,
ParentheseError,
PrefixExpressionError,
IfExpressionError,
GroupExpressionError,
FunctionLiteralError,
}Variants§
NoPrefixFunction
IntegerParseError
ParentheseError
PrefixExpressionError
IfExpressionError
GroupExpressionError
FunctionLiteralError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrefixFunctionErrorKind
impl RefUnwindSafe for PrefixFunctionErrorKind
impl Send for PrefixFunctionErrorKind
impl Sync for PrefixFunctionErrorKind
impl Unpin for PrefixFunctionErrorKind
impl UnwindSafe for PrefixFunctionErrorKind
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