pub struct BatchValidator { /* private fields */ }Expand description
Validation rules for batch processing.
Implementations§
Source§impl BatchValidator
impl BatchValidator
pub fn validate(&self, tile: &Tile) -> BatchResult
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchValidator
impl RefUnwindSafe for BatchValidator
impl Send for BatchValidator
impl Sync for BatchValidator
impl Unpin for BatchValidator
impl UnsafeUnpin for BatchValidator
impl UnwindSafe for BatchValidator
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