Enum incrust::container::expression::Literal [] [src]

pub enum Literal {
    Char(char),
    Str(String),
    Int(i64),
    Real(f64),
}

Variants

Trait Implementations

impl Debug for Literal
[src]

Formats the value using the given formatter.

impl PartialEq for Literal
[src]

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

This method tests for !=.

impl Clone for Literal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more