pub struct TokFloat {
pub span: Span,
pub dot: Dot,
pub parsed: ParsedFloat,
}
Expand description
The floating-point part of a number
Fields§
§span: Span
§dot: Dot
§parsed: ParsedFloat
Trait Implementations§
source§impl PartialEq for TokFloat
impl PartialEq for TokFloat
impl Eq for TokFloat
impl StructuralPartialEq for TokFloat
Auto Trait Implementations§
impl Freeze for TokFloat
impl RefUnwindSafe for TokFloat
impl Send for TokFloat
impl Sync for TokFloat
impl Unpin for TokFloat
impl UnwindSafe for TokFloat
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneWithNode for Twhere
T: Clone,
impl<T> CloneWithNode for Twhere
T: Clone,
fn clone_with_node(&mut self) -> T
fn clone_without_node(&self) -> T
source§impl<T> Convert for T
impl<T> Convert for T
source§fn convert<U>(self, context: &CompileContext) -> Expr<U>where
U: ConvertFrom<T>,
fn convert<U>(self, context: &CompileContext) -> Expr<U>where
U: ConvertFrom<T>,
Errors Read more
source§fn can_convert<U>(&self) -> boolwhere
U: ConvertFrom<T>,
fn can_convert<U>(&self) -> boolwhere
U: ConvertFrom<T>,
Errors Read more