#[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§fn eq(&self, other: &number_format_type) -> bool
fn eq(&self, other: &number_format_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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 StructuralEq for number_format_type
impl StructuralPartialEq for number_format_type
Auto Trait Implementations§
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