pub struct ValidationContext { /* private fields */ }
Expand description
Validation helpers
Implementations§
Source§impl ValidationContext
impl ValidationContext
Sourcepub fn to_result(self) -> ServiceResult<()>
pub fn to_result(self) -> ServiceResult<()>
Convert to result
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidationContext
impl RefUnwindSafe for ValidationContext
impl Send for ValidationContext
impl Sync for ValidationContext
impl Unpin for ValidationContext
impl UnwindSafe for ValidationContext
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