Enum rustc_transmute::layout::nfa::Transition
source · Expand description
The transitions between states in a Nfa
reflect bit validity.
Variants§
Trait Implementations§
source§impl<R> Clone for Transition<R>where
R: Ref + Clone,
impl<R> Clone for Transition<R>where
R: Ref + Clone,
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> PartialEq<Transition<R>> for Transition<R>where
R: Ref + PartialEq,
impl<R> PartialEq<Transition<R>> for Transition<R>where
R: Ref + PartialEq,
source§fn eq(&self, other: &Transition<R>) -> bool
fn eq(&self, other: &Transition<R>) -> bool
impl<R> Copy for Transition<R>where
R: Ref + Copy,
impl<R> Eq for Transition<R>where
R: Ref + Eq,
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§
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.