Struct flexi_parse::group::DoubleQuotes
source · pub struct DoubleQuotes(pub Span);Expand description
The delimiters " ".
Tuple Fields§
§0: SpanTrait Implementations§
source§impl Clone for DoubleQuotes
impl Clone for DoubleQuotes
source§fn clone(&self) -> DoubleQuotes
fn clone(&self) -> DoubleQuotes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DoubleQuotes
impl Debug for DoubleQuotes
source§impl Delimiters for DoubleQuotes
impl Delimiters for DoubleQuotes
§type Start = DoubleQuote
type Start = DoubleQuote
The opening delimiter, e.g.
(.§type End = DoubleQuote
type End = DoubleQuote
The closing delimiter, e.g.
).source§impl From<Span> for DoubleQuotes
impl From<Span> for DoubleQuotes
Auto Trait Implementations§
impl RefUnwindSafe for DoubleQuotes
impl !Send for DoubleQuotes
impl !Sync for DoubleQuotes
impl Unpin for DoubleQuotes
impl UnwindSafe for DoubleQuotes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more