pub struct IntentValidator { /* private fields */ }Expand description
Validates that semantic deltas match intent constraints
Implementations§
Source§impl IntentValidator
impl IntentValidator
Sourcepub fn new(config: IntentConfig) -> Self
pub fn new(config: IntentConfig) -> Self
Create a new intent validator
Trait Implementations§
Source§impl ValidationRule for IntentValidator
impl ValidationRule for IntentValidator
Auto Trait Implementations§
impl Freeze for IntentValidator
impl RefUnwindSafe for IntentValidator
impl Send for IntentValidator
impl Sync for IntentValidator
impl Unpin for IntentValidator
impl UnsafeUnpin for IntentValidator
impl UnwindSafe for IntentValidator
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