Struct narrative::RunAllError
source · pub struct RunAllError<T, E> {
pub step_id: T,
pub error: E,
}Fields§
§step_id: T§error: EAuto Trait Implementations§
impl<T, E> Freeze for RunAllError<T, E>
impl<T, E> RefUnwindSafe for RunAllError<T, E>where
T: RefUnwindSafe,
E: RefUnwindSafe,
impl<T, E> Send for RunAllError<T, E>
impl<T, E> Sync for RunAllError<T, E>
impl<T, E> Unpin for RunAllError<T, E>
impl<T, E> UnwindSafe for RunAllError<T, E>where
T: UnwindSafe,
E: 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