Enum lichen::parse::ExpectKind [] [src]

pub enum ExpectKind {
    All,
    Any,
    None,
    Ref(String),
}

Variants

Methods

impl ExpectKind
[src]

Trait Implementations

impl Debug for ExpectKind
[src]

Formats the value using the given formatter.

impl PartialEq for ExpectKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.