Struct rs_es::query::functions::DecayOptions
[−]
[src]
pub struct DecayOptions { // some fields omitted }
Methods
impl DecayOptions
[src]
fn with_offset<T: Into<Scale>>(self, val: T) -> Self
fn with_decay<T: Into<f64>>(self, val: T) -> Self
fn with_multi_value_mode<T: Into<MultiValueMode>>(self, val: T) -> Self
Trait Implementations
impl Debug for DecayOptions
[src]
impl Default for DecayOptions
[src]
fn default() -> DecayOptions
Returns the "default value" for a type. Read more