[][src]Enum rs_es::query::functions::Origin

pub enum Origin {
    I64(i64),
    U64(u64),
    F64(f64),
    Location(Location),
    Date(String),
}

Origin for decay function

Variants

I64(i64)U64(u64)F64(f64)Location(Location)Date(String)

Trait Implementations

impl Default for Origin[src]

impl From<i64> for Origin[src]

impl From<u64> for Origin[src]

impl From<f64> for Origin[src]

impl From<Location> for Origin[src]

impl From<String> for Origin[src]

impl Debug for Origin[src]

impl Serialize for Origin[src]

Auto Trait Implementations

impl Send for Origin

impl Sync for Origin

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto 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> Erased for T

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

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