Struct inquerest::Params [] [src]

pub struct Params {
    pub filters: Vec<Filter>,
    pub equations: Vec<Equation>,
}

Fields

filters: Vec<Filter> equations: Vec<Equation>

Trait Implementations

impl Debug for Params
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for Params
[src]

fn eq(&self, __arg_0: &Params) -> bool

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

fn ne(&self, __arg_0: &Params) -> bool

This method tests for !=.