pub struct NFAStateStatic { /* private fields */ }Implementations§
Source§impl NFAStateStatic
impl NFAStateStatic
pub const fn __load( transitions: &'static [NFATransitionStatic], epsilons: &'static [EpsilonTransition], ) -> NFAStateStatic
Trait Implementations§
Source§impl Clone for NFAStateStatic
impl Clone for NFAStateStatic
Source§fn clone(&self) -> NFAStateStatic
fn clone(&self) -> NFAStateStatic
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 moreAuto Trait Implementations§
impl Freeze for NFAStateStatic
impl RefUnwindSafe for NFAStateStatic
impl Send for NFAStateStatic
impl Sync for NFAStateStatic
impl Unpin for NFAStateStatic
impl UnwindSafe for NFAStateStatic
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