pub enum ResolvedFormatSpecifierKind {
LowerHex,
UpperHex,
Binary,
Float,
Precision(u32, ResolvedNode, ResolvedPrecisionType),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedFormatSpecifierKind
impl RefUnwindSafe for ResolvedFormatSpecifierKind
impl Send for ResolvedFormatSpecifierKind
impl Sync for ResolvedFormatSpecifierKind
impl Unpin for ResolvedFormatSpecifierKind
impl UnwindSafe for ResolvedFormatSpecifierKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more