pub struct ValidatorProcessor {
pub validator: Box<dyn IssueValidator>,
}Fields§
§validator: Box<dyn IssueValidator>Trait Implementations§
Source§impl Preprocessor for ValidatorProcessor
impl Preprocessor for ValidatorProcessor
Auto Trait Implementations§
impl Freeze for ValidatorProcessor
impl !RefUnwindSafe for ValidatorProcessor
impl !Send for ValidatorProcessor
impl !Sync for ValidatorProcessor
impl Unpin for ValidatorProcessor
impl !UnwindSafe for ValidatorProcessor
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