Struct peg_runtime::error::ExpectedSet
source · [−]pub struct ExpectedSet { /* private fields */ }
Expand description
A set of literals or names that failed to match
Implementations
Trait Implementations
sourceimpl Clone for ExpectedSet
impl Clone for ExpectedSet
sourcefn clone(&self) -> ExpectedSet
fn clone(&self) -> ExpectedSet
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExpectedSet
impl Debug for ExpectedSet
sourceimpl Display for ExpectedSet
impl Display for ExpectedSet
sourceimpl PartialEq<ExpectedSet> for ExpectedSet
impl PartialEq<ExpectedSet> for ExpectedSet
sourcefn eq(&self, other: &ExpectedSet) -> bool
fn eq(&self, other: &ExpectedSet) -> bool
impl Eq for ExpectedSet
impl StructuralEq for ExpectedSet
impl StructuralPartialEq for ExpectedSet
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more