pub struct StateIndex { /* private fields */ }
Expand description
An index for a state in a finite automaton.
Trait Implementations§
Source§impl Clone for StateIndex
impl Clone for StateIndex
Source§fn clone(&self) -> StateIndex
fn clone(&self) -> StateIndex
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StateIndex
impl Debug for StateIndex
Source§impl From<u128> for StateIndex
impl From<u128> for StateIndex
Source§fn from(inner: u128) -> StateIndex
fn from(inner: u128) -> StateIndex
Create a state index from the unsigned integer.
Source§impl Ord for StateIndex
impl Ord for StateIndex
Source§fn cmp(&self, other: &StateIndex) -> Ordering
fn cmp(&self, other: &StateIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StateIndex
impl PartialEq for StateIndex
Source§impl PartialOrd for StateIndex
impl PartialOrd for StateIndex
impl Copy for StateIndex
impl Eq for StateIndex
impl StructuralPartialEq for StateIndex
Auto Trait Implementations§
impl Freeze for StateIndex
impl RefUnwindSafe for StateIndex
impl Send for StateIndex
impl Sync for StateIndex
impl Unpin for StateIndex
impl UnwindSafe for StateIndex
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