pub enum SymbolLocal {
Epsilon,
Char(char),
}
Variants§
Trait Implementations§
source§impl Clone for SymbolLocal
impl Clone for SymbolLocal
source§fn clone(&self) -> SymbolLocal
fn clone(&self) -> SymbolLocal
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 SymbolLocal
impl Debug for SymbolLocal
source§impl Hash for SymbolLocal
impl Hash for SymbolLocal
source§impl PartialEq for SymbolLocal
impl PartialEq for SymbolLocal
source§fn eq(&self, other: &SymbolLocal) -> bool
fn eq(&self, other: &SymbolLocal) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SymbolLocal
impl StructuralPartialEq for SymbolLocal
Auto Trait Implementations§
impl Freeze for SymbolLocal
impl RefUnwindSafe for SymbolLocal
impl Send for SymbolLocal
impl Sync for SymbolLocal
impl Unpin for SymbolLocal
impl UnwindSafe for SymbolLocal
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