[−][src]Enum native_windows_gui::NegativeCurrency
Variants
Left parenthesis, monetary symbol, number, right parenthesis; for example, ($1.1)
Negative sign, monetary symbol, number; for example, -$1.1
Monetary symbol, negative sign, number; for example, $-1.1
Monetary symbol, number, negative sign; for example, $1.1-
Left parenthesis, number, monetary symbol, right parenthesis; for example, (1.1$)
Negative sign, number, monetary symbol; for example, -1.1$
Number, negative sign, monetary symbol; for example, 1.1-$
Number, monetary symbol, negative sign; for example, 1.1$-
Negative sign, number, space, monetary symbol (like #5, but with a space before the monetary symbol); for example, -1.1 $
Negative sign, monetary symbol, space, number (like #1, but with a space after the monetary symbol); for example, -$ 1.1
Number, space, monetary symbol, negative sign (like #7, but with a space before the monetary symbol); for example, 1.1 $-
Monetary symbol, space, number, negative sign (like #3, but with a space after the monetary symbol); for example, $ 1.1-
Monetary symbol, space, negative sign, number (like #2, but with a space after the monetary symbol); for example, $ -1.1
Number, negative sign, space, monetary symbol (like #6, but with a space before the monetary symbol); for example, 1.1- $
Left parenthesis, monetary symbol, space, number, right parenthesis (like #0, but with a space after the monetary symbol); for example, ($ 1.1)
Left parenthesis, number, space, monetary symbol, right parenthesis (like #4, but with a space before the monetary symbol); for example, (1.1 $)
Trait Implementations
impl Clone for NegativeCurrency[src]
fn clone(&self) -> NegativeCurrency[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for NegativeCurrency[src]
impl Debug for NegativeCurrency[src]
Auto Trait Implementations
impl RefUnwindSafe for NegativeCurrency
impl Send for NegativeCurrency
impl Sync for NegativeCurrency
impl Unpin for NegativeCurrency
impl UnwindSafe for NegativeCurrency
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,