Enum rustc_transmute::layout::dfa::Transition
source · pub(crate) enum Transition<R>where
R: Ref,{
Byte(Byte),
Ref(R),
}
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
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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.