Struct ferrite_session::internal::public::prelude::row::ChoiceSelector[][src]

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

fn inject_elem<F>(t: App<F, A>) -> AppSum<(A, R), F> where
    F: TyCon
[src]

fn extract_elem<F>(row: AppSum<(A, R), F>) -> Option<App<F, A>> where
    F: TyCon
[src]

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

fn inject_elem<F>(elem: App<F, Self::Elem>) -> AppSum<(A, R), F> where
    F: TyCon
[src]

fn extract_elem<F>(row: AppSum<(A, R), F>) -> Option<App<F, Self::Elem>> where
    F: TyCon
[src]

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]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

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

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

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

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

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

pub fn from(t: T) -> T[src]

Performs the conversion.

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

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.

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

pub fn vzip(self) -> V

impl<F, A, X> HasRecApp<F, A> for X where
    X: HasRecApp<F, A>, 
[src]