Struct twig::operator::OperatorOptions [] [src]

pub struct OperatorOptions {
    pub precedence: Option<u16>,
    pub kind: OperatorKind,
}

Operator options for parsing, sets precedence and weather it is unary/binary.

Fields

Methods

impl OperatorOptions
[src]

Trait Implementations

impl Debug for OperatorOptions
[src]

Formats the value using the given formatter.

impl Copy for OperatorOptions
[src]

impl Clone for OperatorOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more