pub struct ActionCompiler;Expand description
Compiles normalized sequences into executable ASTs
Implementations§
Source§impl ActionCompiler
impl ActionCompiler
Sourcepub fn compile(
normalized: &NormalizedSequence,
occurrences: u32,
success_rate: f64,
) -> CompiledAction
pub fn compile( normalized: &NormalizedSequence, occurrences: u32, success_rate: f64, ) -> CompiledAction
Compile a normalized sequence into an executable AST
Auto Trait Implementations§
impl Freeze for ActionCompiler
impl RefUnwindSafe for ActionCompiler
impl Send for ActionCompiler
impl Sync for ActionCompiler
impl Unpin for ActionCompiler
impl UnsafeUnpin for ActionCompiler
impl UnwindSafe for ActionCompiler
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