Enum rustc_transmute::layout::dfa::Transition
source · Variants
Byte(Byte)
Ref(R)
Trait Implementations
sourceimpl<R: Clone> Clone for Transition<R>where
R: Ref,
impl<R: Clone> Clone for Transition<R>where
R: Ref,
sourcefn clone(&self) -> Transition<R>
fn clone(&self) -> Transition<R>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<R> Debug for Transition<R>where
R: Ref,
impl<R> Debug for Transition<R>where
R: Ref,
sourceimpl<R> From<Transition<R>> for Transition<R>where
R: Ref,
impl<R> From<Transition<R>> for Transition<R>where
R: Ref,
sourcefn from(nfa_transition: Transition<R>) -> Self
fn from(nfa_transition: Transition<R>) -> Self
Converts to this type from the input type.
sourceimpl<R: Hash> Hash for Transition<R>where
R: Ref,
impl<R: Hash> Hash for Transition<R>where
R: Ref,
sourceimpl<R: PartialEq> PartialEq<Transition<R>> for Transition<R>where
R: Ref,
impl<R: PartialEq> PartialEq<Transition<R>> for Transition<R>where
R: Ref,
sourcefn eq(&self, other: &Transition<R>) -> bool
fn eq(&self, other: &Transition<R>) -> bool
impl<R: Copy> Copy for Transition<R>where
R: Ref,
impl<R: Eq> Eq for Transition<R>where
R: Ref,
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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.