[][src]Struct discrete::Permutation

pub struct Permutation<T = Data>(_);

Dimension is natural number, position is a list of numbers.

Trait Implementations

impl<T> Construct for Permutation<T>[src]

impl Count<usize> for Permutation<Data>[src]

impl<T, U> Count<U> for Permutation<Of<T>> where
    T: Construct + Count<U>, 
[src]

impl ToIndex<usize, Vec<usize>> for Permutation<Data>[src]

impl<T, U, V> ToIndex<U, Vec<V>> for Permutation<Of<T>> where
    T: Construct + ToIndex<U, V> + Count<U>,
    V: Clone
[src]

impl ToPos<usize, Vec<usize>> for Permutation<Data>[src]

impl<T, U, V> ToPos<U, Vec<V>> for Permutation<Of<T>> where
    T: Construct + Count<U> + ToPos<U, V>,
    V: Default
[src]

impl Zero<usize, Vec<usize>> for Permutation<Data>[src]

impl<T, U, V> Zero<U, Vec<V>> for Permutation<Of<T>> where
    T: Construct + Count<U> + Zero<U, V>,
    V: Default + Clone
[src]

Auto Trait Implementations

impl<T> Send for Permutation<T> where
    T: Send

impl<T> Sync for Permutation<T> where
    T: Sync

Blanket Implementations

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

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

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