Struct unwind_safe::state_machine::Runner
source · pub struct Runner<State> { /* private fields */ }
Implementations§
source§impl<State> Runner<State>
impl<State> Runner<State>
pub fn try_eval<R, try_eval>( self: Runner<State>, __: try_eval ) -> RunnerWithTryEval<State, try_eval>where try_eval: FnOnce(&mut State) -> R,
Auto Trait Implementations§
impl<State> RefUnwindSafe for Runner<State>where State: RefUnwindSafe,
impl<State> Send for Runner<State>where State: Send,
impl<State> Sync for Runner<State>where State: Sync,
impl<State> Unpin for Runner<State>where State: Unpin,
impl<State> UnwindSafe for Runner<State>where State: 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