[][src]Enum asciimath_rs::tokens::Greek

pub enum Greek {
    Alpha,
    Beta,
    Gamma,
    BigGamma,
    Delta,
    BigDelta,
    Epsilon,
    VarEpsilon,
    Zeta,
    Eta,
    Theta,
    BigTheta,
    VarTheta,
    Iota,
    Kappa,
    Lambda,
    BigLambda,
    Mu,
    Nu,
    Xi,
    BigXi,
    Pi,
    BigPi,
    Rho,
    Sigma,
    BigSigma,
    Tau,
    Upsilon,
    Phi,
    BigPhi,
    VarPhi,
    Chi,
    Psi,
    BigPsi,
    Omega,
    BigOmega,
}

Variants

Alpha
Beta
Gamma
BigGamma
Delta
BigDelta
Epsilon
VarEpsilon
Zeta
Eta
Theta
BigTheta
VarTheta
Iota
Kappa
Lambda
BigLambda
Mu
Nu
Xi
BigXi
Pi
BigPi
Rho
Sigma
BigSigma
Tau
Upsilon
Phi
BigPhi
VarPhi
Chi
Psi
BigPsi
Omega
BigOmega

Trait Implementations

impl Clone for Greek[src]

impl Debug for Greek[src]

impl PartialEq<Greek> for Greek[src]

impl PartialOrd<Greek> for Greek[src]

impl StructuralPartialEq for Greek[src]

impl ToMathML for Greek[src]

Auto Trait Implementations

impl RefUnwindSafe for Greek

impl Send for Greek

impl Sync for Greek

impl Unpin for Greek

impl UnwindSafe for Greek

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.