pub struct SubNFAStateID(pub usize);Expand description
Represents the index of a NFA state from the original U8NFA used to produce a DFA.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for SubNFAStateID
impl Clone for SubNFAStateID
Source§fn clone(&self) -> SubNFAStateID
fn clone(&self) -> SubNFAStateID
Returns a duplicate 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 SubNFAStateID
impl Debug for SubNFAStateID
Source§impl Hash for SubNFAStateID
impl Hash for SubNFAStateID
Source§impl Ord for SubNFAStateID
impl Ord for SubNFAStateID
Source§fn cmp(&self, other: &SubNFAStateID) -> Ordering
fn cmp(&self, other: &SubNFAStateID) -> 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 SubNFAStateID
impl PartialEq for SubNFAStateID
Source§impl PartialOrd for SubNFAStateID
impl PartialOrd for SubNFAStateID
impl Copy for SubNFAStateID
impl Eq for SubNFAStateID
impl StructuralPartialEq for SubNFAStateID
Auto Trait Implementations§
impl Freeze for SubNFAStateID
impl RefUnwindSafe for SubNFAStateID
impl Send for SubNFAStateID
impl Sync for SubNFAStateID
impl Unpin for SubNFAStateID
impl UnwindSafe for SubNFAStateID
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