pub enum NumberLiteralType {
IntegerLiteral(i64),
FloatLiteral(f64),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumberLiteralType
impl RefUnwindSafe for NumberLiteralType
impl Send for NumberLiteralType
impl Sync for NumberLiteralType
impl Unpin for NumberLiteralType
impl UnwindSafe for NumberLiteralType
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