Enum std::num::strconv::SignFormat[src]
pub enum SignFormat {
SignNone,
SignNeg,
SignAll,
}How to emit the sign of a number.
Variants
SignNone | No sign will be printed. The exponent sign will also be emitted. |
SignNeg |
|
SignAll |
|
pub enum SignFormat {
SignNone,
SignNeg,
SignAll,
}How to emit the sign of a number.
SignNone | No sign will be printed. The exponent sign will also be emitted. |
SignNeg |
|
SignAll |
|
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).