This page requires javascript to work

[][src]Enum voile::syntax::surf::ast::DeclKind

pub enum DeclKind {
    Impl,
    Sign,
}

Indicates that whether a Decl is a type signature or an implementation.

Variants

Impl

Implementation.

Sign

Signature.

Trait Implementations

impl Clone for DeclKind[src]

impl Copy for DeclKind[src]

impl Eq for DeclKind[src]

impl Ord for DeclKind[src]

impl PartialEq<DeclKind> for DeclKind[src]

impl PartialOrd<DeclKind> for DeclKind[src]

impl Debug for DeclKind[src]

impl Hash for DeclKind[src]

impl StructuralPartialEq for DeclKind[src]

impl StructuralEq for DeclKind[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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]