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§
source§impl Clone for ExpectedSet
impl Clone for ExpectedSet
source§fn clone(&self) -> ExpectedSet
fn clone(&self) -> ExpectedSet
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExpectedSet
impl Debug for ExpectedSet
source§impl Display for ExpectedSet
impl Display for ExpectedSet
source§impl PartialEq for ExpectedSet
impl PartialEq for ExpectedSet
source§fn eq(&self, other: &ExpectedSet) -> bool
fn eq(&self, other: &ExpectedSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExpectedSet
impl StructuralPartialEq for ExpectedSet
Auto Trait Implementations§
impl Freeze for ExpectedSet
impl RefUnwindSafe for ExpectedSet
impl Send for ExpectedSet
impl Sync for ExpectedSet
impl Unpin for ExpectedSet
impl UnwindSafe for ExpectedSet
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more