pub struct ResolveData<R, P>{ /* private fields */ }Expand description
Resolve/mutate ctx.data for create/patch/update. (Feathers resolveData)
Implementations§
Trait Implementations§
Source§impl<R, P> DogBeforeHook<R, P> for ResolveData<R, P>
impl<R, P> DogBeforeHook<R, P> for ResolveData<R, P>
Auto Trait Implementations§
impl<R, P> Freeze for ResolveData<R, P>
impl<R, P> !RefUnwindSafe for ResolveData<R, P>
impl<R, P> Send for ResolveData<R, P>
impl<R, P> Sync for ResolveData<R, P>
impl<R, P> Unpin for ResolveData<R, P>
impl<R, P> !UnwindSafe for ResolveData<R, P>
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