Struct tidb_query_expr::types::function::ArgConstructor[][src]

pub struct ArgConstructor<'a, A: EvaluableRef<'a>, E: Evaluator<'a>> {
    arg_index: usize,
    inner: E,
    _phantom: PhantomData<&'a A>,
}

Fields

arg_index: usizeinner: E_phantom: PhantomData<&'a A>

Implementations

impl<'a, A: EvaluableRef<'a>, E: Evaluator<'a>> ArgConstructor<'a, A, E>[src]

pub fn new(arg_index: usize, inner: E) -> Self[src]

Trait Implementations

impl<'a, A: EvaluableRef<'a>, E: Evaluator<'a>> Evaluator<'a> for ArgConstructor<'a, A, E>[src]

Auto Trait Implementations

impl<'a, A, E> RefUnwindSafe for ArgConstructor<'a, A, E> where
    A: RefUnwindSafe,
    E: RefUnwindSafe

impl<'a, A, E> Send for ArgConstructor<'a, A, E> where
    E: Send

impl<'a, A, E> Sync for ArgConstructor<'a, A, E> where
    E: Sync

impl<'a, A, E> Unpin for ArgConstructor<'a, A, E> where
    E: Unpin

impl<'a, A, E> UnwindSafe for ArgConstructor<'a, A, E> where
    A: RefUnwindSafe,
    E: UnwindSafe

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<V, W> ConvertFrom<W> for V where
    W: ConvertTo<V>, 
[src]

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

impl<T> Instrument for T[src]

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

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

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

type Output = T

Should always be Self

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

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]