Enum rustc_std_workspace_core::num::flt2dec::Sign
source · pub enum Sign {
Minus,
MinusPlus,
}
🔬This is a nightly-only experimental API. (
flt2dec
)Expand description
Sign formatting options.
Variants§
Minus
🔬This is a nightly-only experimental API. (
flt2dec
)Prints -
for any negative value.
MinusPlus
🔬This is a nightly-only experimental API. (
flt2dec
)Prints -
for any negative value, or +
otherwise.
Auto Trait Implementations§
impl RefUnwindSafe for Sign
impl Send for Sign
impl Sync for Sign
impl Unpin for Sign
impl UnwindSafe for Sign
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