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> Freeze for RenderError<'e, 's, E>
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§
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