struct DfaState {
delta: Vec<usize>,
accept: bool,
}Fields§
§delta: Vec<usize>§accept: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DfaState
impl RefUnwindSafe for DfaState
impl Send for DfaState
impl Sync for DfaState
impl Unpin for DfaState
impl UnwindSafe for DfaState
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