Struct planus_types::cst::IntegerLiteral
source · pub struct IntegerLiteral<'input> {
pub span: Span,
pub token_metadata: TokenMetadata<'input>,
pub value: &'input str,
}Fields§
§span: Span§token_metadata: TokenMetadata<'input>§value: &'input strTrait Implementations§
source§impl<'input> Clone for IntegerLiteral<'input>
impl<'input> Clone for IntegerLiteral<'input>
source§fn clone(&self) -> IntegerLiteral<'input>
fn clone(&self) -> IntegerLiteral<'input>
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 moreAuto 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§
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