pub struct RuleSet { /* private fields */ }Expand description
A set of rules to run against a Database.
See Database::new_rule_set for more information.
Implementations§
Source§impl RuleSet
impl RuleSet
pub fn build_cached_plan(&self, rule_id: RuleId) -> CachedPlan
Trait Implementations§
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