pub enum BubFnsVariable {
Show 105 variants BubFns, ZeroOrMoreBubFns, SpaceAndBubFn, BubFn, BubFn1, BubFn2, BubFn3, BubFn4, SumAndSpace, OrOrExprAndSpace, OrOrExpr, OrOrExpr1, OrOr, AndAndExpr, AndAndExpr1, AndAnd, ComparisonExpr, ComparisonExpr1, Comparison, Comparison1, Comparison2, Comparison3, Comparison4, Comparison5, EqEq, Ne, Ge, Le, Gt, Lt, Sum, ZeroOrMorePlusOrMinusAndTerms, PlusOrMinusAndTerm, Term, ZeroOrMoreStarOrSlashAndFactors, StarOrSlashAndFactor, Factor, Power, PowerAndFactor, Atom, Atom1, Atom2, Atom3, Atom4, Atom5, Variable, Variable1, Variable2, Variable3, Variable4, Variable5, Variable6, Variable7, Variable8, Variable9, UppercaseX, UppercaseY, UppercaseZ, LowercaseX, LowercaseY, LowercaseZ, UppercaseN, LowercaseN, UppercaseF, UppercaseS, Constant, Constant1, E, Pi, Function, Function1, Function2, Function3, Function4, Sine, Cosine, Tangent, Ln, Lg, ExprInParentheses, ExprAndClose, IntegerLiteral, FloatLiteral, PointAndDecLiteral, BytesF64Literal, DecLiteral, ZeroOrMoreDecDigits, DecDigit, DecDigit1, DecDigit2, DecDigit3, DecDigit4, DecDigit5, DecDigit6, DecDigit7, DecDigit8, PlusOrMinus, PlusOrMinus1, Plus, Minus, StarOrSlash, StarOrSlash1, Star, Slash, Space,
}

Variants

BubFns

ZeroOrMoreBubFns

SpaceAndBubFn

BubFn

BubFn1

BubFn2

BubFn3

BubFn4

SumAndSpace

OrOrExprAndSpace

OrOrExpr

OrOrExpr1

OrOr

AndAndExpr

AndAndExpr1

AndAnd

ComparisonExpr

ComparisonExpr1

Comparison

Comparison1

Comparison2

Comparison3

Comparison4

Comparison5

EqEq

Ne

Ge

Le

Gt

Lt

Sum

ZeroOrMorePlusOrMinusAndTerms

PlusOrMinusAndTerm

Term

ZeroOrMoreStarOrSlashAndFactors

StarOrSlashAndFactor

Factor

Power

PowerAndFactor

Atom

Atom1

Atom2

Atom3

Atom4

Atom5

Variable

Variable1

Variable2

Variable3

Variable4

Variable5

Variable6

Variable7

Variable8

Variable9

UppercaseX

UppercaseY

UppercaseZ

LowercaseX

LowercaseY

LowercaseZ

UppercaseN

LowercaseN

UppercaseF

UppercaseS

Constant

Constant1

E

Pi

Function

Function1

Function2

Function3

Function4

Sine

Cosine

Tangent

Ln

Lg

ExprInParentheses

ExprAndClose

IntegerLiteral

FloatLiteral

PointAndDecLiteral

BytesF64Literal

DecLiteral

ZeroOrMoreDecDigits

DecDigit

DecDigit1

DecDigit2

DecDigit3

DecDigit4

DecDigit5

DecDigit6

DecDigit7

DecDigit8

PlusOrMinus

PlusOrMinus1

Plus

Minus

StarOrSlash

StarOrSlash1

Star

Slash

Space

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.