[−][src]Struct jsonc_parser::ast::NumberLit
Represents a number (ex. 123
, 99.99
, -1.2e+2
).
Fields
range: Range
value: ImmutableString
Trait Implementations
impl Clone for NumberLit
[src]
impl Debug for NumberLit
[src]
impl<'a> From<&'a NumberLit> for Node<'a>
[src]
impl PartialEq<NumberLit> for NumberLit
[src]
impl Ranged for NumberLit
[src]
fn range(&self) -> &Range
[src]
fn start(&self) -> usize
[src]
fn start_line(&self) -> usize
[src]
fn end(&self) -> usize
[src]
fn end_line(&self) -> usize
[src]
fn text<'a>(&self, text: &'a str) -> &'a str
[src]
fn start_position(&self) -> Position
[src]
fn end_position(&self) -> Position
[src]
fn width(&self) -> usize
[src]
impl StructuralPartialEq for NumberLit
[src]
Auto Trait Implementations
impl !RefUnwindSafe for NumberLit
impl !Send for NumberLit
impl !Sync for NumberLit
impl Unpin for NumberLit
impl UnwindSafe for NumberLit
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,