Struct string_number::StringNumber [−][src]
pub struct StringNumber(_);
Expand description
A decimal number type that stores the number as a string.
Implementations
Trait Implementations
Performs the += operation. Read more
Doesn’t return correct NaN value
Performs the *= operation. Read more
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
Performs the -= operation. Read more
Auto Trait Implementations
impl RefUnwindSafe for StringNumberimpl Send for StringNumberimpl Sync for StringNumberimpl Unpin for StringNumberimpl UnwindSafe for StringNumberBlanket Implementations
Mutably borrows from an owned value. Read more