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 Copy for AsciiWordValidator
impl Clone for AsciiWordValidator
[src]
impl Clone for AsciiWordValidator
fn clone(&self) -> AsciiWordValidator
[src]
fn clone(&self) -> AsciiWordValidator
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for AsciiWordValidator
[src]
impl Debug for AsciiWordValidator
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl WithoutQuotingValidator for AsciiWordValidator
[src]
impl WithoutQuotingValidator for AsciiWordValidator
fn next(&mut self, pcp: PartialCodePoint) -> bool
[src]
fn next(&mut self, pcp: PartialCodePoint) -> bool
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
fn end(&self) -> bool
[src]
fn end(&self) -> bool
this is called once the validation through next ended Read more
Auto Trait Implementations
impl Send for AsciiWordValidator
impl Send for AsciiWordValidator
impl Sync for AsciiWordValidator
impl Sync for AsciiWordValidator