pub enum NumFmtStyle {
Builtin(u32),
Custom(String),
}Expand description
Number format style.
Variants§
Trait Implementations§
Source§impl Clone for NumFmtStyle
impl Clone for NumFmtStyle
Source§fn clone(&self) -> NumFmtStyle
fn clone(&self) -> NumFmtStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NumFmtStyle
impl RefUnwindSafe for NumFmtStyle
impl Send for NumFmtStyle
impl Sync for NumFmtStyle
impl Unpin for NumFmtStyle
impl UnwindSafe for NumFmtStyle
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