Struct cranelift_isle::trie_again::RuleSet
source · pub struct RuleSet {
pub rules: Vec<Rule>,
pub bindings: Vec<Binding>,
/* private fields */
}
Fields§
§rules: Vec<Rule>
The Rules for a single sema::Term.
bindings: Vec<Binding>
The bindings identified by BindingIds within rules.
Implementations§
Trait Implementations§
Auto Trait Implementations§
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