enum FormatOp {
Digit,
Octal,
LowerHex,
UpperHex,
String,
}🔬This is a nightly-only experimental API. (
test)Variants§
Digit
🔬This is a nightly-only experimental API. (
test)Octal
🔬This is a nightly-only experimental API. (
test)LowerHex
🔬This is a nightly-only experimental API. (
test)UpperHex
🔬This is a nightly-only experimental API. (
test)String
🔬This is a nightly-only experimental API. (
test)Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FormatOp
impl Send for FormatOp
impl Sync for FormatOp
impl Unpin for FormatOp
impl UnwindSafe for FormatOp
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