pub struct DataLogicCore { /* private fields */ }
Expand description
The main engine implementation for DataLogic expressions.
This struct provides core methods for evaluating rule expressions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DataLogicCore
impl !RefUnwindSafe for DataLogicCore
impl Send for DataLogicCore
impl !Sync for DataLogicCore
impl Unpin for DataLogicCore
impl !UnwindSafe for DataLogicCore
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