pub enum AutomatonType {
Machine(String, Machine),
Macro(String, MacroType),
}Variants§
Trait Implementations§
Source§impl Clone for AutomatonType
impl Clone for AutomatonType
Source§fn clone(&self) -> AutomatonType
fn clone(&self) -> AutomatonType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AutomatonType
impl Debug for AutomatonType
Source§impl PartialEq for AutomatonType
impl PartialEq for AutomatonType
impl StructuralPartialEq for AutomatonType
Auto Trait Implementations§
impl Freeze for AutomatonType
impl RefUnwindSafe for AutomatonType
impl Send for AutomatonType
impl Sync for AutomatonType
impl Unpin for AutomatonType
impl UnwindSafe for AutomatonType
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