[][src]Struct variadic_monoids::VariFunc

pub struct VariFunc<T: ?Sized, N: ?Sized> { /* fields omitted */ }

Trait Implementations

impl<I, T, N> FnOnce<I> for VariFunc<T, N> where
    I: Tuple,
    <I as Tuple>::TupleList: RepeatedOperation<T, N>, 
[src]

type Output = T

The returned type after the call operator is used.

Auto Trait Implementations

impl<T: ?Sized, N: ?Sized> RefUnwindSafe for VariFunc<T, N> where
    N: RefUnwindSafe,
    T: RefUnwindSafe

impl<T: ?Sized, N: ?Sized> Send for VariFunc<T, N> where
    N: Send,
    T: Send

impl<T: ?Sized, N: ?Sized> Sync for VariFunc<T, N> where
    N: Sync,
    T: Sync

impl<T: ?Sized, N: ?Sized> Unpin for VariFunc<T, N> where
    N: Unpin,
    T: Unpin

impl<T: ?Sized, N: ?Sized> UnwindSafe for VariFunc<T, N> where
    N: UnwindSafe,
    T: 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<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.