Struct lrs::Symbol [] [src]

pub struct Symbol {
    pub val: char,
    pub state: bool,
}

A logical symbol in a term

Fields

Trait Implementations

impl Copy for Symbol
[src]

impl Clone for Symbol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Symbol
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Symbol
[src]

[src]

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

1.0.0
[src]

This method tests for !=.