Enum json_ld::ExpandError
source · [−]pub enum ExpandError<M, E, C> {
Expansion(Meta<Error<M, C>, M>),
ContextProcessing(Meta<Error<C>, M>),
Loading(E),
ContextLoading(C),
}
Variants
Expansion(Meta<Error<M, C>, M>)
ContextProcessing(Meta<Error<C>, M>)
Loading(E)
ContextLoading(C)
Implementations
sourceimpl<M, E, C> ExpandError<M, E, C>
impl<M, E, C> ExpandError<M, E, C>
Trait Implementations
Auto Trait Implementations
impl<M, E, C> RefUnwindSafe for ExpandError<M, E, C>where
C: RefUnwindSafe,
E: RefUnwindSafe,
M: RefUnwindSafe,
impl<M, E, C> Send for ExpandError<M, E, C>where
C: Send,
E: Send,
M: Send,
impl<M, E, C> Sync for ExpandError<M, E, C>where
C: Sync,
E: Sync,
M: Sync,
impl<M, E, C> Unpin for ExpandError<M, E, C>where
C: Unpin,
E: Unpin,
M: Unpin,
impl<M, E, C> UnwindSafe for ExpandError<M, E, C>where
C: UnwindSafe,
E: UnwindSafe,
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