pub struct NumberLiteral {
pub value: String,
}
Fields§
§value: String
Trait Implementations§
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