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