pub enum RuleStep {
}Variants§
Noop
Take(i32)
ChooseFirstN(i32, i32)
ChooseIndep(i32, i32)
Emit
ChooseLeafFirstN(i32, i32)
ChooseLeafIndep(i32, i32)
SetChooseTries(i32)
SetChooseLeafTries(i32)
SetChooseLocalTries(i32)
SetChooseLocalFallbackTries(i32)
SetChooseLeafVaryR(i32)
SetChooseLeafStable(i32)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuleStep
impl RefUnwindSafe for RuleStep
impl Send for RuleStep
impl Sync for RuleStep
impl Unpin for RuleStep
impl UnwindSafe for RuleStep
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