Struct quoted_string::test_utils::TestUnquotedValidator [−][src]
Fields
count: usize
last_was_dot: bool
Methods
impl TestUnquotedValidator[src]
impl TestUnquotedValidatorTrait Implementations
impl Default for TestUnquotedValidator[src]
impl Default for TestUnquotedValidatorimpl WithoutQuotingValidator for TestUnquotedValidator[src]
impl WithoutQuotingValidator for TestUnquotedValidatorfn 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 TestUnquotedValidator
impl Send for TestUnquotedValidatorimpl Sync for TestUnquotedValidator
impl Sync for TestUnquotedValidator