Struct exprz::pattern::BasicShapePattern[][src]

pub struct BasicShapePattern<'p, P>(_)
where
    P: Expression<Atom = BasicShape>
;
This is supported on crate feature pattern only.

Pattern over BasicShape Expression.

Trait Implementations

impl<'p, P: Clone> Clone for BasicShapePattern<'p, P> where
    P: Expression<Atom = BasicShape>, 
[src]

impl<'p, P: Copy> Copy for BasicShapePattern<'p, P> where
    P: Expression<Atom = BasicShape>, 
[src]

impl<'p, P: Debug> Debug for BasicShapePattern<'p, P> where
    P: Expression<Atom = BasicShape>, 
[src]

impl<'p, P: Eq> Eq for BasicShapePattern<'p, P> where
    P: Expression<Atom = BasicShape>, 
[src]

impl<'p, P: Hash> Hash for BasicShapePattern<'p, P> where
    P: Expression<Atom = BasicShape>, 
[src]

impl<'p, P: PartialEq> PartialEq<BasicShapePattern<'p, P>> for BasicShapePattern<'p, P> where
    P: Expression<Atom = BasicShape>, 
[src]

impl<'p, P, E> Pattern<E> for BasicShapePattern<'p, P> where
    E: Expression,
    P: Expression<Atom = BasicShape>, 
[src]

impl<'p, P> StructuralEq for BasicShapePattern<'p, P> where
    P: Expression<Atom = BasicShape>, 
[src]

impl<'p, P> StructuralPartialEq for BasicShapePattern<'p, P> where
    P: Expression<Atom = BasicShape>, 
[src]

Auto Trait Implementations

impl<'p, P> Send for BasicShapePattern<'p, P> where
    P: Sync

impl<'p, P> Sync for BasicShapePattern<'p, P> where
    P: Sync

impl<'p, P> Unpin for BasicShapePattern<'p, P>

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> 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.