pub struct CompiledBatchCheck {
pub kind: CompiledBatchKind,
pub on_failure: OnFailure,
pub name: &'static str,
pub field: Option<String>,
}Available on crate feature
quality only.Expand description
One compiled per-batch check.
Fields§
§kind: CompiledBatchKind§on_failure: OnFailure§name: &'static str§field: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompiledBatchCheck
impl RefUnwindSafe for CompiledBatchCheck
impl Send for CompiledBatchCheck
impl Sync for CompiledBatchCheck
impl Unpin for CompiledBatchCheck
impl UnsafeUnpin for CompiledBatchCheck
impl UnwindSafe for CompiledBatchCheck
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