Struct planus_cli::cst::IntegerLiteral [−][src]
pub struct IntegerLiteral<'input> {
pub span: Span,
pub token_metadata: TokenMetadata<'input>,
pub value: &'input str,
}Fields
span: Spantoken_metadata: TokenMetadata<'input>value: &'input strTrait Implementations
Auto Trait Implementations
impl<'input> RefUnwindSafe for IntegerLiteral<'input>
impl<'input> Send for IntegerLiteral<'input>
impl<'input> Sync for IntegerLiteral<'input>
impl<'input> Unpin for IntegerLiteral<'input>
impl<'input> UnwindSafe for IntegerLiteral<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more
