#[repr(u8)]pub enum number_format_type {
blank = 0,
styled = 1,
fixed = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for number_format_type
impl Clone for number_format_type
Source§fn clone(&self) -> number_format_type
fn clone(&self) -> number_format_type
Returns a copy 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 moreSource§impl Debug for number_format_type
impl Debug for number_format_type
Source§impl Display for number_format_type
impl Display for number_format_type
Source§impl Hash for number_format_type
impl Hash for number_format_type
Source§impl PartialEq for number_format_type
impl PartialEq for number_format_type
Source§impl Write for number_format_type
impl Write for number_format_type
impl Copy for number_format_type
impl Eq for number_format_type
impl StructuralPartialEq for number_format_type
Auto Trait Implementations§
impl Freeze for number_format_type
impl RefUnwindSafe for number_format_type
impl Send for number_format_type
impl Sync for number_format_type
impl Unpin for number_format_type
impl UnwindSafe for number_format_type
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