Struct tom::ast::Number[][src]

pub struct Number(_);

Methods

impl Number
[src]

impl Number
[src]

Trait Implementations

impl Debug for Number
[src]

Formats the value using the given formatter. Read more

impl Clone for Number
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Number
[src]

impl PartialEq for Number
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Number
[src]

impl AstNode for Number
[src]

impl From<Number> for CstNode
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Number

impl Sync for Number