Struct hooks_core::default_runner::Runner
source · pub struct Runner;
Trait Implementations
sourceimpl<H: Hook<Args>, G: GetArgsForHook<Self, H, Args>, Args> RunHook<H, G, Args> for Runner
impl<H: Hook<Args>, G: GetArgsForHook<Self, H, Args>, Args> RunHook<H, G, Args> for Runner
type RunningHook = RunningHook<H, G, Args>
fn run_hook(self, hook: H, get_args: G) -> Self::RunningHook
impl Copy for Runner
Auto Trait Implementations
impl RefUnwindSafe for Runner
impl Send for Runner
impl Sync for Runner
impl Unpin for Runner
impl UnwindSafe for Runner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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