Struct fluent_bundle::types::FluentNumber [−][src]
pub struct FluentNumber {
pub value: f64,
pub options: FluentNumberOptions,
}
Fields
value: f64
options: FluentNumberOptions
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FluentNumber
impl Send for FluentNumber
impl Sync for FluentNumber
impl Unpin for FluentNumber
impl UnwindSafe for FluentNumber
Blanket Implementations
Mutably borrows from an owned value. Read more