#[repr(u8)]pub enum Automata {
Dead = 0,
Alive = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Automata
impl Eq for Automata
impl StructuralPartialEq for Automata
Auto Trait Implementations§
impl Freeze for Automata
impl RefUnwindSafe for Automata
impl Send for Automata
impl Sync for Automata
impl Unpin for Automata
impl UnwindSafe for Automata
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