Struct rs_es::query::Function [] [src]

pub struct Function {
    // some fields omitted
}

Methods

impl Function

fn new(function: Func) -> Function

fn with_filter(self, filter: Filter) -> Function

fn with_weight(self, weight: f64) -> Function

Trait Implementations

impl ToJson for Function

fn to_json(&self) -> Json

Derived Implementations

impl Debug for Function

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