Struct quoted_string::Parsed [−][src]
the result of successfully parsing a quoted string
Fields
quoted_string: &'a str
the parsed quoted string
tail: &'a str
the rest of the input string, not parsed
Trait Implementations
impl<'a> Debug for Parsed<'a>
[src]
impl<'a> Debug for Parsed<'a>
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<'a> Clone for Parsed<'a>
[src]
impl<'a> Clone for Parsed<'a>
fn clone(&self) -> Parsed<'a>
[src]
fn clone(&self) -> Parsed<'a>
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<'a> Eq for Parsed<'a>
[src]
impl<'a> Eq for Parsed<'a>
impl<'a> PartialEq for Parsed<'a>
[src]
impl<'a> PartialEq for Parsed<'a>
fn eq(&self, other: &Parsed<'a>) -> bool
[src]
fn eq(&self, other: &Parsed<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Parsed<'a>) -> bool
[src]
fn ne(&self, other: &Parsed<'a>) -> bool
This method tests for !=
.
impl<'a> Hash for Parsed<'a>
[src]
impl<'a> Hash for Parsed<'a>