[][src]Struct stdweb::Number

pub struct Number(_);

A type representing a JavaScript number.

Trait Implementations

impl JsSerialize for Number[src]

impl TryFrom<i64> for Number[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<u64> for Number[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<usize> for Number[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<i8> for Number[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<i16> for Number[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<i32> for Number[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<u8> for Number[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<u16> for Number[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<u32> for Number[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<f32> for Number[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<f64> for Number[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Number> for i8[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Number> for i16[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Number> for i32[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Number> for u8[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Number> for u16[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Number> for i64[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Number> for u32[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Number> for u64[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Number> for usize[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Number> for f64[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl Clone for Number[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Number[src]

impl PartialEq<Number> for Value[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<&'a Number> for Value[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<Number> for &'a Value[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Value> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<&'a Value> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<Value> for &'a Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for Number[src]

impl PartialEq<i8> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<i16> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<i32> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<i64> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<u8> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<u16> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<u32> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<u64> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<usize> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<f32> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<f64> for Number[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for u8[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for u16[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for u32[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for u64[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for usize[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for i8[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for i16[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for i32[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for i64[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for f32[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Number> for f64[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl AsRef<Number> for Number[src]

impl From<i8> for Number[src]

impl From<i16> for Number[src]

impl From<i32> for Number[src]

impl From<u8> for Number[src]

impl From<u16> for Number[src]

impl From<u32> for Number[src]

impl From<f32> for Number[src]

impl From<f64> for Number[src]

impl From<Number> for f64[src]

impl Debug for Number[src]

impl Serialize for Number[src]

impl<'de> Deserializer<'de> for Number[src]

type Error = ConversionError

The error type that can be returned if some error occurs during deserialization. Read more

fn deserialize_i128<V>(
    self,
    visitor: V
) -> Result<<V as Visitor<'de>>::Value, Self::Error> where
    V: Visitor<'de>, 
[src]

Hint that the Deserialize type is expecting an i128 value. Read more

fn deserialize_u128<V>(
    self,
    visitor: V
) -> Result<<V as Visitor<'de>>::Value, Self::Error> where
    V: Visitor<'de>, 
[src]

Hint that the Deserialize type is expecting an u128 value. Read more

fn is_human_readable(&self) -> bool[src]

Determine whether Deserialize implementations should expect to deserialize their human-readable form. Read more

impl<'de> Deserialize<'de> for Number[src]

Auto Trait Implementations

impl Send for Number

impl Sync for Number

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]