pub struct ExprNumber(pub f64);Tuple Fields§
§0: f64Implementations§
Trait Implementations§
Source§impl Debug for ExprNumber
impl Debug for ExprNumber
Source§impl PartialEq for ExprNumber
impl PartialEq for ExprNumber
Source§fn eq(&self, other: &ExprNumber) -> bool
fn eq(&self, other: &ExprNumber) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExprNumber
Auto Trait Implementations§
impl Freeze for ExprNumber
impl RefUnwindSafe for ExprNumber
impl Send for ExprNumber
impl Sync for ExprNumber
impl Unpin for ExprNumber
impl UnsafeUnpin for ExprNumber
impl UnwindSafe for ExprNumber
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