Enum rustc_transmute::layout::nfa::Transition
source · pub(crate) enum Transition<R>where
R: Ref,{
Byte(Byte),
Ref(R),
}Expand description
The transitions between states in a Nfa reflect bit validity.
Variants§
Trait Implementations§
source§impl<R> Clone for Transition<R>
impl<R> Clone for Transition<R>
source§fn clone(&self) -> Transition<R>
fn clone(&self) -> Transition<R>
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<R> Debug for Transition<R>where
R: Ref,
impl<R> Debug for Transition<R>where
R: Ref,
source§impl<R> From<Transition<R>> for Transition<R>where
R: Ref,
impl<R> From<Transition<R>> for Transition<R>where
R: Ref,
source§fn from(nfa_transition: Transition<R>) -> Self
fn from(nfa_transition: Transition<R>) -> Self
Converts to this type from the input type.
source§impl<R> Hash for Transition<R>
impl<R> Hash for Transition<R>
source§impl<R> PartialEq for Transition<R>
impl<R> PartialEq for Transition<R>
source§fn eq(&self, other: &Transition<R>) -> bool
fn eq(&self, other: &Transition<R>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<R> Copy for Transition<R>
impl<R> Eq for Transition<R>
impl<R> StructuralEq for Transition<R>where
R: Ref,
impl<R> StructuralPartialEq for Transition<R>where
R: Ref,
Auto Trait Implementations§
impl<R> RefUnwindSafe for Transition<R>where
R: RefUnwindSafe,
impl<R> Send for Transition<R>where
R: Send,
impl<R> Sync for Transition<R>where
R: Sync,
impl<R> Unpin for Transition<R>where
R: Unpin,
impl<R> UnwindSafe for Transition<R>where
R: UnwindSafe,
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
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.