Struct peg_runtime::error::ExpectedSet [−][src]
pub struct ExpectedSet { /* fields omitted */ }
Expand description
A set of literals or names that failed to match
Implementations
Trait Implementations
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 RefUnwindSafe for ExpectedSet
impl Send for ExpectedSet
impl Sync for ExpectedSet
impl Unpin for ExpectedSet
impl UnwindSafe for ExpectedSet
Blanket Implementations
Mutably borrows from an owned value. Read more