Struct peg::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 more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ExpectedSet) -> bool
fn ne(&self, other: &ExpectedSet) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more