Struct flexi_parse::group::SingleQuotes
source · pub struct SingleQuotes(pub Span);Expand description
The delimiters ' '.
See also LitStrSingleQuote and LitChar.
Tuple Fields§
§0: SpanTrait Implementations§
source§impl Clone for SingleQuotes
impl Clone for SingleQuotes
source§fn clone(&self) -> SingleQuotes
fn clone(&self) -> SingleQuotes
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 SingleQuotes
impl Debug for SingleQuotes
source§impl Delimiters for SingleQuotes
impl Delimiters for SingleQuotes
§type Start = SingleQuote
type Start = SingleQuote
The opening delimiter, e.g.
(.§type End = SingleQuote
type End = SingleQuote
The closing delimiter, e.g.
).source§impl From<Span> for SingleQuotes
impl From<Span> for SingleQuotes
Auto Trait Implementations§
impl RefUnwindSafe for SingleQuotes
impl !Send for SingleQuotes
impl !Sync for SingleQuotes
impl Unpin for SingleQuotes
impl UnwindSafe for SingleQuotes
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