Enum ion_binary_rs::SymbolContextError
source · [−]pub enum SymbolContextError {
TableVersionAlreadyThere,
MaxIdNeededWhenImportingASharedTableWhereVersionIsNotAvailable,
MaxIdNeededWhenImportingANotFoundSharedTable,
InternalParserErrorThisIsABug,
NewTableIsNotSuperSetOfPrevious,
}
Expand description
Errors that can happen related with the Symbol Table.
Variants
TableVersionAlreadyThere
MaxIdNeededWhenImportingASharedTableWhereVersionIsNotAvailable
MaxIdNeededWhenImportingANotFoundSharedTable
InternalParserErrorThisIsABug
NewTableIsNotSuperSetOfPrevious
Trait Implementations
sourceimpl Debug for SymbolContextError
impl Debug for SymbolContextError
impl Eq for SymbolContextError
impl StructuralEq for SymbolContextError
impl StructuralPartialEq for SymbolContextError
Auto Trait Implementations
impl RefUnwindSafe for SymbolContextError
impl Send for SymbolContextError
impl Sync for SymbolContextError
impl Unpin for SymbolContextError
impl UnwindSafe for SymbolContextError
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