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