pub struct ValidateExecutor { /* private fields */ }Expand description
验证执行器
混合验证执行器:程序规则验证 + AI 验证。
Implementations§
Trait Implementations§
Source§impl Default for ValidateExecutor
impl Default for ValidateExecutor
Source§impl NodeExecutor for ValidateExecutor
impl NodeExecutor for ValidateExecutor
Auto Trait Implementations§
impl Freeze for ValidateExecutor
impl !RefUnwindSafe for ValidateExecutor
impl Send for ValidateExecutor
impl Sync for ValidateExecutor
impl Unpin for ValidateExecutor
impl UnsafeUnpin for ValidateExecutor
impl !UnwindSafe for ValidateExecutor
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