[][src]Enum voile_util::tags::VarRec

pub enum VarRec {
    Variant,
    Record,
}

Row-polymorphic types.

Variants

Variant
Record

Trait Implementations

impl Clone for VarRec[src]

impl Copy for VarRec[src]

impl Eq for VarRec[src]

impl Ord for VarRec[src]

impl PartialEq<VarRec> for VarRec[src]

impl PartialOrd<VarRec> for VarRec[src]

impl Debug for VarRec[src]

impl Display for VarRec[src]

impl Hash for VarRec[src]

impl StructuralPartialEq for VarRec[src]

impl StructuralEq for VarRec[src]

Auto Trait Implementations

impl Send for VarRec

impl Sync for VarRec

impl Unpin for VarRec

impl UnwindSafe for VarRec

impl RefUnwindSafe for VarRec

Blanket Implementations

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> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

impl<T> RuleType for T where
    T: Copy + Eq + Ord + Hash + Debug
[src]