Enum json_ld_core::loader::ContextLoaderError
source · pub enum ContextLoaderError<D, C> {
LoadingDocumentFailed(D),
ContextExtractionFailed(C),
}
Variants§
Trait Implementations§
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§
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