#[repr(u32)]pub enum UNumberCompactStyle {
UNUM_SHORT = 0,
UNUM_LONG = 1,
}Variants§
Trait Implementations§
Source§impl Clone for UNumberCompactStyle
impl Clone for UNumberCompactStyle
Source§fn clone(&self) -> UNumberCompactStyle
fn clone(&self) -> UNumberCompactStyle
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 moreSource§impl Debug for UNumberCompactStyle
impl Debug for UNumberCompactStyle
Source§impl Hash for UNumberCompactStyle
impl Hash for UNumberCompactStyle
Source§impl PartialEq for UNumberCompactStyle
impl PartialEq for UNumberCompactStyle
Source§impl PartialOrd for UNumberCompactStyle
impl PartialOrd for UNumberCompactStyle
impl Copy for UNumberCompactStyle
impl Eq for UNumberCompactStyle
impl StructuralPartialEq for UNumberCompactStyle
Auto Trait Implementations§
impl Freeze for UNumberCompactStyle
impl RefUnwindSafe for UNumberCompactStyle
impl Send for UNumberCompactStyle
impl Sync for UNumberCompactStyle
impl Unpin for UNumberCompactStyle
impl UnwindSafe for UNumberCompactStyle
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