pub struct NumberLiteral {
pub value: String,
pub sub_denomination: Option<String>,
}
Fields§
§value: String
§sub_denomination: Option<String>
Trait Implementations§
Source§impl Clone for NumberLiteral
impl Clone for NumberLiteral
Source§fn clone(&self) -> NumberLiteral
fn clone(&self) -> NumberLiteral
Returns a duplicate 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 moreSource§impl Debug for NumberLiteral
impl Debug for NumberLiteral
Source§impl PartialEq for NumberLiteral
impl PartialEq for NumberLiteral
impl StructuralPartialEq for NumberLiteral
Auto Trait Implementations§
impl Freeze for NumberLiteral
impl RefUnwindSafe for NumberLiteral
impl Send for NumberLiteral
impl Sync for NumberLiteral
impl Unpin for NumberLiteral
impl UnwindSafe for NumberLiteral
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