[][src]Struct rs_es::query::functions::ScriptScore

pub struct ScriptScore { /* fields omitted */ }

ScriptScore function

Methods

impl ScriptScore[src]

pub fn with_lang<T: Into<String>>(self, val: T) -> Self[src]

pub fn with_params<A>(self, params: A) -> Self where
    A: IntoIterator<Item = (String, JsonVal)>, 
[src]

pub fn add_param<A, B>(self, key: A, value: B) -> Self where
    A: Into<String>,
    B: Into<JsonVal>, 
[src]

pub fn build(self) -> Function[src]

Trait Implementations

impl Debug for ScriptScore[src]

impl Default for ScriptScore[src]

impl Serialize for ScriptScore[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err