Enum grammar_tech::StepResult[][src]

pub enum StepResult {
    Sentence(String),
    NonSentence,
    Finished,
}

Variants

Trait Implementations

impl Clone for StepResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StepResult
[src]

Formats the value using the given formatter. Read more

impl PartialEq for StepResult
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for StepResult

impl Sync for StepResult