Struct gluon_parser::infix::OpMeta[][src]

pub struct OpMeta {
    pub precedence: i32,
    pub fixity: Fixity,
}

Metadata pertaining to an infix operator

Fields

The precedence of the operator

The fixity of the operator

Methods

impl OpMeta
[src]

Trait Implementations

impl Copy for OpMeta
[src]

impl Clone for OpMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpMeta
[src]

Formats the value using the given formatter. Read more

impl PartialEq for OpMeta
[src]

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

This method tests for !=.

impl Display for OpMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OpMeta

impl Sync for OpMeta