Struct hooks_core::DefaultArgsForHook
source · pub struct DefaultArgsForHook;
Trait Implementations
sourceimpl<R: ?Sized, H: Hook<Args> + ?Sized, Args: Default> GetArgsForHook<R, H, Args> for DefaultArgsForHook
impl<R: ?Sized, H: Hook<Args> + ?Sized, Args: Default> GetArgsForHook<R, H, Args> for DefaultArgsForHook
fn get_args_for_hook(&mut self, _runner: &mut R, _hook: &mut H) -> Args
Auto Trait Implementations
impl RefUnwindSafe for DefaultArgsForHook
impl Send for DefaultArgsForHook
impl Sync for DefaultArgsForHook
impl Unpin for DefaultArgsForHook
impl UnwindSafe for DefaultArgsForHook
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