pub enum RdfError {
UrnError(UrnError),
HashMismatchError,
}
Expand description
Error states when processing RDF data.
Variants
UrnError(UrnError)
Invalid URN string or digest scheme.
HashMismatchError
Hash does not match hash in current crate::meta::MetaData instance.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RdfError
impl Send for RdfError
impl Sync for RdfError
impl Unpin for RdfError
impl UnwindSafe for RdfError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more