pub enum TermParserError {
CURIEError(CURIEParsingError),
MissingPipe,
UnknownControlledVocabulary,
}Expand description
An error when parsing a term.
Variants§
CURIEError(CURIEParsingError)
The CURIE is invalid
MissingPipe
The pipe symbol is missing
UnknownControlledVocabulary
An unknown CV was used
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TermParserError
impl RefUnwindSafe for TermParserError
impl Send for TermParserError
impl Sync for TermParserError
impl Unpin for TermParserError
impl UnsafeUnpin for TermParserError
impl UnwindSafe for TermParserError
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