Struct exprz::buffered::ExprView[][src]

pub struct ExprView<'t, T> { /* fields omitted */ }
This is supported on crate feature buffered only.

Trait Implementations

impl<'t, T> Borrow<Expr<T, usize, usize>> for ExprView<'t, T>[src]

impl<'t, T: Clone> Clone for ExprView<'t, T>[src]

impl<'t, T: Debug> Debug for ExprView<'t, T>[src]

impl<'t, T: Eq> Eq for ExprView<'t, T>[src]

impl<'t, T: PartialEq> PartialEq<ExprView<'t, T>> for ExprView<'t, T>[src]

impl<'t, T> StructuralEq for ExprView<'t, T>[src]

impl<'t, T> StructuralPartialEq for ExprView<'t, T>[src]

Auto Trait Implementations

impl<'t, T> Send for ExprView<'t, T> where
    T: Sync

impl<'t, T> Sync for ExprView<'t, T> where
    T: Sync

impl<'t, T> Unpin for ExprView<'t, T>

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.