#[repr(u32)]pub enum UListFormatterField {
ULISTFMT_LITERAL_FIELD = 0,
ULISTFMT_ELEMENT_FIELD = 1,
}
Variants§
Trait Implementations§
source§impl Clone for UListFormatterField
impl Clone for UListFormatterField
source§fn clone(&self) -> UListFormatterField
fn clone(&self) -> UListFormatterField
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 UListFormatterField
impl Debug for UListFormatterField
source§impl Hash for UListFormatterField
impl Hash for UListFormatterField
source§impl PartialEq for UListFormatterField
impl PartialEq for UListFormatterField
source§fn eq(&self, other: &UListFormatterField) -> bool
fn eq(&self, other: &UListFormatterField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UListFormatterField
impl PartialOrd for UListFormatterField
source§fn partial_cmp(&self, other: &UListFormatterField) -> Option<Ordering>
fn partial_cmp(&self, other: &UListFormatterField) -> 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 UListFormatterField
impl Eq for UListFormatterField
impl StructuralPartialEq for UListFormatterField
Auto Trait Implementations§
impl RefUnwindSafe for UListFormatterField
impl Send for UListFormatterField
impl Sync for UListFormatterField
impl Unpin for UListFormatterField
impl UnwindSafe for UListFormatterField
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