[][src]Struct ferrite_session::row::ChoiceSelector

pub struct ChoiceSelector<N> { /* fields omitted */ }

Implementations

impl<N> ChoiceSelector<N>[src]

pub const fn new() -> ChoiceSelector<N>[src]

Trait Implementations

impl<A, R> Prism<(A, R)> for ChoiceSelector<Z> where
    A: Send + 'static,
    R: RowCon
[src]

type Elem = A

impl<N, A, R> Prism<(A, R)> for ChoiceSelector<S<N>> where
    R: RowCon,
    A: Send + 'static,
    ChoiceSelector<N>: Prism<R>, 
[src]

type Elem = <ChoiceSelector<N> as Prism<R>>::Elem

Auto Trait Implementations

impl<N> RefUnwindSafe for ChoiceSelector<N> where
    N: RefUnwindSafe

impl<N> Send for ChoiceSelector<N> where
    N: Send

impl<N> Sync for ChoiceSelector<N> where
    N: Sync

impl<N> Unpin for ChoiceSelector<N> where
    N: Unpin

impl<N> UnwindSafe for ChoiceSelector<N> where
    N: 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.

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