pub enum ParserNonDetPDAStates {
InvalidSegment,
Idle,
PlainSegment,
NewSentence,
}
Variants§
Trait Implementations§
Source§impl Clone for ParserNonDetPDAStates
impl Clone for ParserNonDetPDAStates
Source§fn clone(&self) -> ParserNonDetPDAStates
fn clone(&self) -> ParserNonDetPDAStates
Returns a duplicate 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 PartialEq for ParserNonDetPDAStates
impl PartialEq for ParserNonDetPDAStates
impl Copy for ParserNonDetPDAStates
impl StructuralPartialEq for ParserNonDetPDAStates
Auto Trait Implementations§
impl Freeze for ParserNonDetPDAStates
impl RefUnwindSafe for ParserNonDetPDAStates
impl Send for ParserNonDetPDAStates
impl Sync for ParserNonDetPDAStates
impl Unpin for ParserNonDetPDAStates
impl UnwindSafe for ParserNonDetPDAStates
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