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