Struct quoted_string::spec::AsciiWordValidator[][src]

pub struct AsciiWordValidator;

Allows unquoted text containing only _ | a..z | A..Z | 0..9

Trait Implementations

impl Copy for AsciiWordValidator
[src]

impl Clone for AsciiWordValidator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AsciiWordValidator
[src]

Formats the value using the given formatter. Read more

impl WithoutQuotingValidator for AsciiWordValidator
[src]

if next returns false, it's (self) state should NOT be modified i.e. calling .end() after next(..) and returning false corresponds to the input sequence until next(..) was false, not including the pcp from the last next call Read more

this is called once the validation through next ended Read more

Auto Trait Implementations