Struct vonuvoli_scheme::exports::NumberReal[][src]

pub struct NumberReal(pub f64);

Methods

impl NumberReal
[src]

impl NumberReal
[src]

Trait Implementations

impl StdAsRef<NumberReal> for NumberReal
[src]

Performs the conversion.

impl StdFrom<NumberReal> for Value
[src]

Performs the conversion.

impl StdFrom<NumberReal> for StdBox<Value>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<Value>> for NumberReal
[src]

impl StdFrom<NumberReal> for Expression
[src]

Performs the conversion.

impl StdFrom<NumberReal> for StdBox<Expression>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<Expression>> for NumberReal
[src]

impl StdTryFrom<Value> for NumberReal
[src]

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

The type returned in the event of a conversion error.

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

Performs the conversion.

impl StdTryAsRef0<NumberReal> for Value
[src]

impl StdTryFrom<StdBox<Value>> for NumberReal
[src]

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

The type returned in the event of a conversion error.

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

Performs the conversion.

impl StdTryFrom<Expression> for NumberReal
[src]

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

The type returned in the event of a conversion error.

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

Performs the conversion.

impl StdTryFrom<StdBox<Expression>> for NumberReal
[src]

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

The type returned in the event of a conversion error.

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

Performs the conversion.

impl StdFrom<f64> for NumberReal
[src]

Performs the conversion.

impl StdFrom<NumberReal> for f64
[src]

Performs the conversion.

impl StdAsRef<f64> for NumberReal
[src]

Performs the conversion.

impl StdFrom<NumberInteger> for NumberReal
[src]

Performs the conversion.

impl StdFrom<f32> for NumberReal
[src]

Performs the conversion.

impl StdFrom<i8> for NumberReal
[src]

Performs the conversion.

impl StdFrom<u8> for NumberReal
[src]

Performs the conversion.

impl StdFrom<i16> for NumberReal
[src]

Performs the conversion.

impl StdFrom<u16> for NumberReal
[src]

Performs the conversion.

impl StdFrom<i32> for NumberReal
[src]

Performs the conversion.

impl StdFrom<u32> for NumberReal
[src]

Performs the conversion.

impl StdFrom<i64> for NumberReal
[src]

Performs the conversion.

impl StdFrom<u64> for NumberReal
[src]

Performs the conversion.

impl StdFrom<isize> for NumberReal
[src]

Performs the conversion.

impl StdFrom<usize> for NumberReal
[src]

Performs the conversion.

impl Display for NumberReal
[src]

Formats the value using the given formatter. Read more

impl HashValue for NumberReal
[src]

impl Hash for NumberReal
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for NumberReal
[src]

impl PartialEq for NumberReal
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Ord for NumberReal
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialOrd for NumberReal
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Clone for NumberReal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NumberReal
[src]

Formats the value using the given formatter. Read more

impl Neg for NumberReal
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl<NumberRealInto: StdInto<NumberReal>> Add<NumberRealInto> for NumberReal
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl<NumberRealInto: StdInto<NumberReal>> Sub<NumberRealInto> for NumberReal
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl<NumberRealInto: StdInto<NumberReal>> Mul<NumberRealInto> for NumberReal
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl<NumberRealInto: StdInto<NumberReal>> Div<NumberRealInto> for NumberReal
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl<NumberRealInto: StdInto<NumberReal>> Rem<NumberRealInto> for NumberReal
[src]

The resulting type after applying the % operator.

Performs the % operation.

Auto Trait Implementations

impl Send for NumberReal

impl Sync for NumberReal