pub struct RuleSet(/* private fields */);
Expand description
This is the set of rules that comprise part of the intensional database along with an instance of Relations.
Implementations§
Trait Implementations§
Source§impl Collection<Rule> for RuleSet
impl Collection<Rule> for RuleSet
impl Eq for RuleSet
impl StructuralPartialEq for RuleSet
Auto Trait Implementations§
impl Freeze for RuleSet
impl RefUnwindSafe for RuleSet
impl !Send for RuleSet
impl !Sync for RuleSet
impl Unpin for RuleSet
impl UnwindSafe for RuleSet
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