Struct sphinx::frontend::RenderError
source · [−]pub struct RenderError<'e, 's, E>(pub &'e E, pub Option<&'s ResolvedSymbol>)
where
E: Error;
Tuple Fields
0: &'e E
1: Option<&'s ResolvedSymbol>
Trait Implementations
Auto Trait Implementations
impl<'e, 's, E> RefUnwindSafe for RenderError<'e, 's, E> where
E: RefUnwindSafe,
impl<'e, 's, E> !Send for RenderError<'e, 's, E>
impl<'e, 's, E> !Sync for RenderError<'e, 's, E>
impl<'e, 's, E> Unpin for RenderError<'e, 's, E>
impl<'e, 's, E> UnwindSafe for RenderError<'e, 's, E> where
E: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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