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