Struct quoted_string::spec::ScanAutomaton[][src]

pub struct ScanAutomaton<T: ParsingImpl> { /* fields omitted */ }

Methods

impl<Impl> ScanAutomaton<Impl> where
    Impl: ParsingImpl
[src]

Trait Implementations

impl<T: Debug + ParsingImpl> Debug for ScanAutomaton<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Eq + ParsingImpl> Eq for ScanAutomaton<T>
[src]

impl<T: PartialEq + ParsingImpl> PartialEq for ScanAutomaton<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Hash + ParsingImpl> Hash for ScanAutomaton<T>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<T: Clone + ParsingImpl> Clone for ScanAutomaton<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for ScanAutomaton<T> where
    T: Send

impl<T> Sync for ScanAutomaton<T> where
    T: Sync