Enum lrpar::parser::RecoveryKind
source · pub enum RecoveryKind {
CPCTPlus,
MF,
Panic,
None,
}Variants
Trait Implementations
sourceimpl Clone for RecoveryKind
impl Clone for RecoveryKind
sourcefn clone(&self) -> RecoveryKind
fn clone(&self) -> RecoveryKind
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 RecoveryKind
impl Debug for RecoveryKind
impl Copy for RecoveryKind
Auto Trait Implementations
impl RefUnwindSafe for RecoveryKind
impl Send for RecoveryKind
impl Sync for RecoveryKind
impl Unpin for RecoveryKind
impl UnwindSafe for RecoveryKind
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