pub struct TransitionIndex { /* private fields */ }
Expand description
An index for a transition in a finite automaton.
Trait Implementations§
Source§impl Clone for TransitionIndex
impl Clone for TransitionIndex
Source§fn clone(&self) -> TransitionIndex
fn clone(&self) -> TransitionIndex
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 TransitionIndex
impl Debug for TransitionIndex
Source§impl From<u128> for TransitionIndex
impl From<u128> for TransitionIndex
Source§fn from(inner: u128) -> TransitionIndex
fn from(inner: u128) -> TransitionIndex
Create a transition index from the unsigned integer.
Source§impl Ord for TransitionIndex
impl Ord for TransitionIndex
Source§fn cmp(&self, other: &TransitionIndex) -> Ordering
fn cmp(&self, other: &TransitionIndex) -> 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 TransitionIndex
impl PartialEq for TransitionIndex
Source§impl PartialOrd for TransitionIndex
impl PartialOrd for TransitionIndex
impl Copy for TransitionIndex
impl Eq for TransitionIndex
impl StructuralPartialEq for TransitionIndex
Auto Trait Implementations§
impl Freeze for TransitionIndex
impl RefUnwindSafe for TransitionIndex
impl Send for TransitionIndex
impl Sync for TransitionIndex
impl Unpin for TransitionIndex
impl UnwindSafe for TransitionIndex
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