Enum lichen::Logic [] [src]

pub enum Logic {
    GT(VarVar),
    LT(VarVar),
    Is(String),
    IsNot(String),
}

Logic Variants

These are each to be delimited by a new line Always should resolve to boolean

Variants

Greater Than, eg: weight > 1

Lesser Than

Boolean: True

Boolean: False

Methods

impl Logic
[src]

Trait Implementations

impl Debug for Logic
[src]

Formats the value using the given formatter.

impl PartialEq for Logic
[src]

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

This method tests for !=.