pub struct NfaStateNode(/* private fields */);
Expand description
can only use to a single builder.(will be improved)
Auto Trait Implementations§
impl Freeze for NfaStateNode
impl RefUnwindSafe for NfaStateNode
impl Send for NfaStateNode
impl Sync for NfaStateNode
impl Unpin for NfaStateNode
impl UnwindSafe for NfaStateNode
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