pub struct AutomatonComparison;Expand description
Сводка характеристик автоматов
Implementations§
Source§impl AutomatonComparison
impl AutomatonComparison
Sourcepub fn selection_guide() -> &'static str
pub fn selection_guide() -> &'static str
Руководство по выбору автомата
Sourcepub fn performance_guide() -> &'static str
pub fn performance_guide() -> &'static str
Производительность автоматов
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