pub struct U8State { /* private fields */ }Implementations§
Source§impl U8State
impl U8State
pub const fn new() -> U8State
pub fn with_transition(self, to: usize, symbol: U8Atom) -> U8State
pub fn with_epsilon(self, to: usize) -> U8State
pub fn with_epsilon_special(self, to: usize, special: EpsilonType) -> U8State
pub fn with_offset(self, offset: usize) -> U8State
pub fn inplace_offset(&mut self, offset: usize)
pub fn add_offset(&self, offset: usize) -> U8State
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U8State
impl RefUnwindSafe for U8State
impl Send for U8State
impl Sync for U8State
impl Unpin for U8State
impl UnwindSafe for U8State
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