Enum rt_format::Format [−][src]
pub enum Format {
Display,
Debug,
Octal,
LowerHex,
UpperHex,
Binary,
LowerExp,
UpperExp,
}Expand description
Specifies how to format an argument.
Variants
Display
Debug
Octal
LowerHex
UpperHex
Binary
LowerExp
UpperExp
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Format
impl UnwindSafe for Format
Blanket Implementations
Mutably borrows from an owned value. Read more
