Struct quoted_string::test_utils::TestSpec [−][src]
pub struct TestSpec;
Trait Implementations
impl Copy for TestSpec[src]
impl Copy for TestSpecimpl Clone for TestSpec[src]
impl Clone for TestSpecfn clone(&self) -> TestSpec[src]
fn clone(&self) -> TestSpecReturns 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 TestSpec[src]
impl Debug for TestSpecfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl GeneralQSSpec for TestSpec[src]
impl GeneralQSSpec for TestSpectype Quoting = Self
type Parsing = TestParsingImpl
impl QuotingClassifier for TestSpec[src]
impl QuotingClassifier for TestSpecfn classify_for_quoting(pcp: PartialCodePoint) -> QuotingClass[src]
fn classify_for_quoting(pcp: PartialCodePoint) -> QuotingClassReturns the "class" the partial code point belongs too Read more