pub struct ScanAutomaton<T: ParsingImpl> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T: Clone + ParsingImpl> Clone for ScanAutomaton<T>
impl<T: Clone + ParsingImpl> Clone for ScanAutomaton<T>
Source§fn clone(&self) -> ScanAutomaton<T>
fn clone(&self) -> ScanAutomaton<T>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T: Debug + ParsingImpl> Debug for ScanAutomaton<T>
impl<T: Debug + ParsingImpl> Debug for ScanAutomaton<T>
Source§impl<T: Hash + ParsingImpl> Hash for ScanAutomaton<T>
impl<T: Hash + ParsingImpl> Hash for ScanAutomaton<T>
Source§impl<T: PartialEq + ParsingImpl> PartialEq for ScanAutomaton<T>
impl<T: PartialEq + ParsingImpl> PartialEq for ScanAutomaton<T>
impl<T: Eq + ParsingImpl> Eq for ScanAutomaton<T>
impl<T: ParsingImpl> StructuralPartialEq for ScanAutomaton<T>
Auto Trait Implementations§
impl<T> Freeze for ScanAutomaton<T>where
T: Freeze,
impl<T> RefUnwindSafe for ScanAutomaton<T>where
T: RefUnwindSafe,
impl<T> Send for ScanAutomaton<T>where
T: Send,
impl<T> Sync for ScanAutomaton<T>where
T: Sync,
impl<T> Unpin for ScanAutomaton<T>where
T: Unpin,
impl<T> UnwindSafe for ScanAutomaton<T>where
T: UnwindSafe,
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