pub struct AIValidator;Expand description
AI configuration validator.
Trait Implementations§
Source§impl ConfigValidator for AIValidator
impl ConfigValidator for AIValidator
Auto Trait Implementations§
impl Freeze for AIValidator
impl RefUnwindSafe for AIValidator
impl Send for AIValidator
impl Sync for AIValidator
impl Unpin for AIValidator
impl UnwindSafe for AIValidator
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