Enum json_ld::loader::ExtractContextError
source · [−]pub enum ExtractContextError<M> {
Unexpected(Kind),
NoContext,
DuplicateContext(M),
Syntax(InvalidContext),
}
Variants
Unexpected(Kind)
NoContext
DuplicateContext(M)
Syntax(InvalidContext)
Trait Implementations
sourceimpl<M> Debug for ExtractContextError<M>where
M: Debug,
impl<M> Debug for ExtractContextError<M>where
M: Debug,
Auto Trait Implementations
impl<M> RefUnwindSafe for ExtractContextError<M>where
M: RefUnwindSafe,
impl<M> Send for ExtractContextError<M>where
M: Send,
impl<M> Sync for ExtractContextError<M>where
M: Sync,
impl<M> Unpin for ExtractContextError<M>where
M: Unpin,
impl<M> UnwindSafe for ExtractContextError<M>where
M: 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