[][src]Struct amadeus_core::dist_iter::CombineFn

pub struct CombineFn<F>(_);

Trait Implementations

impl<F, A> Combiner<A> for CombineFn<F> where
    F: FnMut(A, A) -> A, 
[src]

impl<F: Clone> Clone for CombineFn<F>[src]

impl<F: Copy> Copy for CombineFn<F>[src]

impl<F> Serialize for CombineFn<F> where
    F: Serialize
[src]

impl<'de, F> Deserialize<'de> for CombineFn<F> where
    F: Deserialize<'de>, 
[src]

Auto Trait Implementations

impl<F> Unpin for CombineFn<F> where
    F: Unpin

impl<F> Sync for CombineFn<F> where
    F: Sync

impl<F> Send for CombineFn<F> where
    F: Send

impl<F> UnwindSafe for CombineFn<F> where
    F: UnwindSafe

impl<F> RefUnwindSafe for CombineFn<F> where
    F: RefUnwindSafe

Blanket Implementations

impl<T> ProcessSend for T where
    T: Send + Serialize + Deserialize<'de> + 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for 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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self

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

impl<T> FromBits<T> for T

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> FromCast<T> for T

impl<T, U> IntoBits<U> for T where
    U: FromBits<T>,