pub enum RuleValue {
Union(Vec<String>),
Function(Vec<Param>),
}Expand description
Value of a rule
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuleValue
impl RefUnwindSafe for RuleValue
impl Send for RuleValue
impl Sync for RuleValue
impl Unpin for RuleValue
impl UnwindSafe for RuleValue
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