Struct flexi_parse::token::LitStrSingleQuote
source · pub struct LitStrSingleQuote { /* private fields */ }Expand description
A string literal delimited by single quotes.
See also SingleQuotes.
Implementations§
Trait Implementations§
source§impl Clone for LitStrSingleQuote
impl Clone for LitStrSingleQuote
source§fn clone(&self) -> LitStrSingleQuote
fn clone(&self) -> LitStrSingleQuote
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 LitStrSingleQuote
impl Debug for LitStrSingleQuote
source§impl Ord for LitStrSingleQuote
impl Ord for LitStrSingleQuote
source§impl Parse for LitStrSingleQuote
impl Parse for LitStrSingleQuote
source§fn parse(input: ParseStream<'_>) -> Result<Self>
fn parse(input: ParseStream<'_>) -> Result<Self>
Parses the input into this type.
source§impl PartialEq for LitStrSingleQuote
impl PartialEq for LitStrSingleQuote
source§impl PartialOrd for LitStrSingleQuote
impl PartialOrd for LitStrSingleQuote
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Token for LitStrSingleQuote
impl Token for LitStrSingleQuote
impl Eq for LitStrSingleQuote
Auto Trait Implementations§
impl RefUnwindSafe for LitStrSingleQuote
impl !Send for LitStrSingleQuote
impl !Sync for LitStrSingleQuote
impl Unpin for LitStrSingleQuote
impl UnwindSafe for LitStrSingleQuote
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