pub struct AutomatonComparison;Expand description
Summary of available automaton types and their characteristics.
Implementations§
Source§impl AutomatonComparison
impl AutomatonComparison
Sourcepub fn selection_guide() -> &'static str
pub fn selection_guide() -> &'static str
Guide for choosing the right automaton.
Sourcepub fn performance_guide() -> &'static str
pub fn performance_guide() -> &'static str
Relative performance characteristics of each automaton type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutomatonComparison
impl RefUnwindSafe for AutomatonComparison
impl Send for AutomatonComparison
impl Sync for AutomatonComparison
impl Unpin for AutomatonComparison
impl UnsafeUnpin for AutomatonComparison
impl UnwindSafe for AutomatonComparison
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