Enum json_ld::loader::ContextLoaderError
source · [−]pub enum ContextLoaderError<D, C> {
LoadingDocumentFailed(D),
ContextExtractionFailed(C),
}
Variants
LoadingDocumentFailed(D)
ContextExtractionFailed(C)
Trait Implementations
sourceimpl<D, C> Debug for ContextLoaderError<D, C>where
D: Debug,
C: Debug,
impl<D, C> Debug for ContextLoaderError<D, C>where
D: Debug,
C: Debug,
Auto Trait Implementations
impl<D, C> RefUnwindSafe for ContextLoaderError<D, C>where
C: RefUnwindSafe,
D: RefUnwindSafe,
impl<D, C> Send for ContextLoaderError<D, C>where
C: Send,
D: Send,
impl<D, C> Sync for ContextLoaderError<D, C>where
C: Sync,
D: Sync,
impl<D, C> Unpin for ContextLoaderError<D, C>where
C: Unpin,
D: Unpin,
impl<D, C> UnwindSafe for ContextLoaderError<D, C>where
C: UnwindSafe,
D: UnwindSafe,
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