Enum turtle_syntax::NumericLiteral
source · pub enum NumericLiteral {
Integer(IntegerBuf),
Decimal(DecimalBuf),
Double(DoubleBuf),
}
Expand description
Numeric literal value.
Variants§
Trait Implementations§
source§impl Clone for NumericLiteral
impl Clone for NumericLiteral
source§fn clone(&self) -> NumericLiteral
fn clone(&self) -> NumericLiteral
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 more