pub struct SimpleDFA { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleDFA
impl RefUnwindSafe for SimpleDFA
impl Send for SimpleDFA
impl Sync for SimpleDFA
impl Unpin for SimpleDFA
impl UnsafeUnpin for SimpleDFA
impl UnwindSafe for SimpleDFA
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