pub enum SymbolContextError {
TableVersionAlreadyThere,
MaxIdNeededWhenImportingASharedTableWhereVersionIsNotAvailable,
MaxIdNeededWhenImportingANotFoundSharedTable,
InternalParserErrorThisIsABug,
NewTableIsNotSuperSetOfPrevious,
}Expand description
Errors that can happen related with the Symbol Table.
Variants§
Trait Implementations§
Source§impl Debug for SymbolContextError
impl Debug for SymbolContextError
impl Eq for SymbolContextError
Source§impl PartialEq for SymbolContextError
impl PartialEq for SymbolContextError
Source§fn eq(&self, other: &SymbolContextError) -> bool
fn eq(&self, other: &SymbolContextError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SymbolContextError
Auto Trait Implementations§
impl Freeze for SymbolContextError
impl RefUnwindSafe for SymbolContextError
impl Send for SymbolContextError
impl Sync for SymbolContextError
impl Unpin for SymbolContextError
impl UnsafeUnpin for SymbolContextError
impl UnwindSafe for SymbolContextError
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