Struct bo::lense::Compose[][src]

pub struct Compose<'composite, OUTER, INNER, VALUE, L1, L2> where
    L1: 'composite + Lense<Object = OUTER, Value = INNER>,
    L2: 'composite + Lense<Object = INNER, Value = VALUE>, 
{ /* fields omitted */ }

Trait Implementations

impl<'composite, OUTER, INNER, VALUE, L1, L2> Lense for Compose<'composite, OUTER, INNER, VALUE, L1, L2> where
    L1: 'composite + Lense<Object = OUTER, Value = INNER>,
    L2: 'composite + Lense<Object = INNER, Value = VALUE>, 
[src]

type Object = OUTER

type Value = VALUE

Auto Trait Implementations

impl<'composite, OUTER, INNER, VALUE, L1, L2> RefUnwindSafe for Compose<'composite, OUTER, INNER, VALUE, L1, L2> where
    L1: RefUnwindSafe,
    L2: RefUnwindSafe

impl<'composite, OUTER, INNER, VALUE, L1, L2> Send for Compose<'composite, OUTER, INNER, VALUE, L1, L2> where
    L1: Sync,
    L2: Sync

impl<'composite, OUTER, INNER, VALUE, L1, L2> Sync for Compose<'composite, OUTER, INNER, VALUE, L1, L2> where
    L1: Sync,
    L2: Sync

impl<'composite, OUTER, INNER, VALUE, L1, L2> Unpin for Compose<'composite, OUTER, INNER, VALUE, L1, L2>

impl<'composite, OUTER, INNER, VALUE, L1, L2> UnwindSafe for Compose<'composite, OUTER, INNER, VALUE, L1, L2> where
    L1: RefUnwindSafe,
    L2: RefUnwindSafe

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.