pub enum ExtendedNumberLiteralType {
Std(NumberLiteralType),
Infinity,
NegativeInfinity,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtendedNumberLiteralType
impl RefUnwindSafe for ExtendedNumberLiteralType
impl Send for ExtendedNumberLiteralType
impl Sync for ExtendedNumberLiteralType
impl Unpin for ExtendedNumberLiteralType
impl UnwindSafe for ExtendedNumberLiteralType
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