Searched defs:FormatSpec (Results 1 – 4 of 4) sorted by relevance
109 pub struct FormatSpec<'a> { struct111 pub fill: Option<char>,113 pub align: Alignment,115 pub sign: Option<Sign>,117 pub alternate: bool,119 pub zero_pad: bool,121 pub debug_hex: Option<DebugHex>,123 pub precision: Count<'a>,125 pub precision_span: Option<InnerSpan>,127 pub width: Count<'a>,[all …]
103 public abstract class FormatSpec { class
256 using FormatSpec = str_format_internal::FormatSpecTemplate< variable
280 using FormatSpec = str_format_internal::FormatSpecTemplate< variable