Enum twig::tokens::ConstNumber [] [src]

pub enum ConstNumber {
    Big(String),
    Float(f64),
    Int(i64),
}

Parsed twig number representation.

Variants

Trait Implementations

impl PartialEq for ConstNumber
[src]

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

This method tests for !=.

impl Debug for ConstNumber
[src]

Formats the value using the given formatter.

impl Clone for ConstNumber
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ConstNumber
[src]

Formats the value using the given formatter. Read more