[][src]Struct dbin::PatternVec

pub struct PatternVec(_);

Implementations

impl PatternVec[src]

pub fn get(self) -> Vec<Pattern>[src]

Trait Implementations

impl From<()> for PatternVec[src]

impl<A1, A2, A3, A4, A5, A6, A7, A8> From<(A1, A2, A3, A4, A5, A6, A7, A8)> for PatternVec where
    A1: Into<Pattern>,
    A2: Into<Pattern>,
    A3: Into<Pattern>,
    A4: Into<Pattern>,
    A5: Into<Pattern>,
    A6: Into<Pattern>,
    A7: Into<Pattern>,
    A8: Into<Pattern>, 
[src]

impl<A1, A2, A3, A4, A5, A6, A7> From<(A1, A2, A3, A4, A5, A6, A7)> for PatternVec where
    A1: Into<Pattern>,
    A2: Into<Pattern>,
    A3: Into<Pattern>,
    A4: Into<Pattern>,
    A5: Into<Pattern>,
    A6: Into<Pattern>,
    A7: Into<Pattern>, 
[src]

impl<A1, A2, A3, A4, A5, A6> From<(A1, A2, A3, A4, A5, A6)> for PatternVec where
    A1: Into<Pattern>,
    A2: Into<Pattern>,
    A3: Into<Pattern>,
    A4: Into<Pattern>,
    A5: Into<Pattern>,
    A6: Into<Pattern>, 
[src]

impl<A1, A2, A3, A4, A5> From<(A1, A2, A3, A4, A5)> for PatternVec where
    A1: Into<Pattern>,
    A2: Into<Pattern>,
    A3: Into<Pattern>,
    A4: Into<Pattern>,
    A5: Into<Pattern>, 
[src]

impl<A1, A2, A3, A4> From<(A1, A2, A3, A4)> for PatternVec where
    A1: Into<Pattern>,
    A2: Into<Pattern>,
    A3: Into<Pattern>,
    A4: Into<Pattern>, 
[src]

impl<A1, A2, A3> From<(A1, A2, A3)> for PatternVec where
    A1: Into<Pattern>,
    A2: Into<Pattern>,
    A3: Into<Pattern>, 
[src]

impl<A1, A2> From<(A1, A2)> for PatternVec where
    A1: Into<Pattern>,
    A2: Into<Pattern>, 
[src]

impl<A1: Into<Pattern>> From<(A1,)> for PatternVec[src]

impl<A1: Into<Pattern>> From<A1> for PatternVec[src]

impl From<Vec<Pattern>> for PatternVec[src]

Auto Trait Implementations

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.