Struct doublify_toolkit::filtering::InExpression [] [src]

pub struct InExpression {
    pub children: Vec<Box<Expression>>,
}

In expression data

Fields

In expression items

Trait Implementations

impl Debug for InExpression
[src]

Formats the value using the given formatter.

impl PartialEq for InExpression
[src]

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

This method tests for !=.