Struct flexi_parse::token::SingleQuote
source · pub struct SingleQuote {
pub span: Span,
}Expand description
'
Fields§
§span: SpanThe span covered by this token.
Trait Implementations§
source§impl Clone for SingleQuote
impl Clone for SingleQuote
source§fn clone(&self) -> SingleQuote
fn clone(&self) -> SingleQuote
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 SingleQuote
impl Debug for SingleQuote
source§impl Display for SingleQuote
impl Display for SingleQuote
source§impl Parse for SingleQuote
impl Parse for SingleQuote
source§fn parse(input: ParseStream<'_>) -> Result<Self>
fn parse(input: ParseStream<'_>) -> Result<Self>
Parses the input into this type.
source§impl PartialEq<SingleQuote> for SingleQuote
impl PartialEq<SingleQuote> for SingleQuote
source§impl Token for SingleQuote
impl Token for SingleQuote
impl Punct for SingleQuote
Auto Trait Implementations§
impl RefUnwindSafe for SingleQuote
impl !Send for SingleQuote
impl !Sync for SingleQuote
impl Unpin for SingleQuote
impl UnwindSafe for SingleQuote
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