pub struct JsNumber(pub f64);Tuple Fields§
§0: f64Trait Implementations§
Source§impl Ord for JsNumber
impl Ord for JsNumber
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for JsNumber
impl PartialOrd for JsNumber
impl Copy for JsNumber
impl Eq for JsNumber
Auto Trait Implementations§
impl Freeze for JsNumber
impl RefUnwindSafe for JsNumber
impl Send for JsNumber
impl Sync for JsNumber
impl Unpin for JsNumber
impl UnsafeUnpin for JsNumber
impl UnwindSafe for JsNumber
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