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 AsciiWordValidatorimpl Clone for AsciiWordValidator[src]
impl Clone for AsciiWordValidatorfn clone(&self) -> AsciiWordValidator[src]
fn clone(&self) -> AsciiWordValidatorReturns 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 AsciiWordValidatorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl WithoutQuotingValidator for AsciiWordValidator[src]
impl WithoutQuotingValidator for AsciiWordValidatorfn next(&mut self, pcp: PartialCodePoint) -> bool[src]
fn next(&mut self, pcp: PartialCodePoint) -> boolif 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) -> boolthis is called once the validation through next ended Read more
Auto Trait Implementations
impl Send for AsciiWordValidator
impl Send for AsciiWordValidatorimpl Sync for AsciiWordValidator
impl Sync for AsciiWordValidator