Struct reblessive::Runner
source · pub struct Runner<'a, R> { /* private fields */ }Implementations§
source§impl<'a, R> Runner<'a, R>
impl<'a, R> Runner<'a, R>
pub fn finish(self) -> R
pub fn step(&mut self) -> Option<R>
pub fn step_async<'b>(&'b mut self) -> StepFuture<'b, 'a, R> ⓘ
pub fn depth(&self) -> usize
pub fn finish_async(self) -> RunnerFuture<'a, R> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl<'a, R> !RefUnwindSafe for Runner<'a, R>
impl<'a, R> !Send for Runner<'a, R>
impl<'a, R> !Sync for Runner<'a, R>
impl<'a, R> Unpin for Runner<'a, R>where
R: Unpin,
impl<'a, R> !UnwindSafe for Runner<'a, R>
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