#[repr(u32)]pub enum UNumberFormatAttributeValue {
UNUM_NO = 0,
UNUM_YES = 1,
UNUM_MAYBE = 2,
}
Variants§
Trait Implementations§
source§impl Clone for UNumberFormatAttributeValue
impl Clone for UNumberFormatAttributeValue
source§fn clone(&self) -> UNumberFormatAttributeValue
fn clone(&self) -> UNumberFormatAttributeValue
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 UNumberFormatAttributeValue
impl Debug for UNumberFormatAttributeValue
source§impl Hash for UNumberFormatAttributeValue
impl Hash for UNumberFormatAttributeValue
source§impl PartialEq for UNumberFormatAttributeValue
impl PartialEq for UNumberFormatAttributeValue
source§fn eq(&self, other: &UNumberFormatAttributeValue) -> bool
fn eq(&self, other: &UNumberFormatAttributeValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UNumberFormatAttributeValue
impl PartialOrd for UNumberFormatAttributeValue
source§fn partial_cmp(&self, other: &UNumberFormatAttributeValue) -> Option<Ordering>
fn partial_cmp(&self, other: &UNumberFormatAttributeValue) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UNumberFormatAttributeValue
impl Eq for UNumberFormatAttributeValue
impl StructuralPartialEq for UNumberFormatAttributeValue
Auto Trait Implementations§
impl RefUnwindSafe for UNumberFormatAttributeValue
impl Send for UNumberFormatAttributeValue
impl Sync for UNumberFormatAttributeValue
impl Unpin for UNumberFormatAttributeValue
impl UnwindSafe for UNumberFormatAttributeValue
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