Struct wood::wooder::SequenceBi[][src]

pub struct SequenceBi<SubTran>(pub SubTran);

Trait Implementations

impl<SubTran: Clone> Clone for SequenceBi<SubTran>[src]

impl<SubTran: Copy> Copy for SequenceBi<SubTran>[src]

impl<T, SubTran> Dewooder<Vec<T, Global>> for SequenceBi<SubTran> where
    SubTran: Dewooder<T>, 
[src]

impl<T, SubTran> Wooder<Vec<T, Global>> for SequenceBi<SubTran> where
    SubTran: Wooder<T>, 
[src]

Auto Trait Implementations

impl<SubTran> RefUnwindSafe for SequenceBi<SubTran> where
    SubTran: RefUnwindSafe

impl<SubTran> Send for SequenceBi<SubTran> where
    SubTran: Send

impl<SubTran> Sync for SequenceBi<SubTran> where
    SubTran: Sync

impl<SubTran> Unpin for SequenceBi<SubTran> where
    SubTran: Unpin

impl<SubTran> UnwindSafe for SequenceBi<SubTran> where
    SubTran: UnwindSafe

Blanket Implementations

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

impl<T, X> Biwooder<T> for X where
    X: Wooder<T> + Dewooder<T>, 
[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.