Enum nom::CompareResult [] [src]

pub enum CompareResult {
    Ok,
    Incomplete,
    Error,
}

indicates wether a comparison was successful, an error, or if more data was needed

Variants

Trait Implementations

impl Debug for CompareResult
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CompareResult
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for CompareResult

impl Sync for CompareResult