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

pub struct Decay(_);

Decay functions

Methods

impl Decay[src]

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

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

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

Trait Implementations

impl Debug for Decay[src]

impl Serialize for Decay[src]

Auto Trait Implementations

impl Sync for Decay

impl Send for Decay

impl Unpin for Decay

impl RefUnwindSafe for Decay

impl UnwindSafe for Decay

Blanket Implementations

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Erased for T

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

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