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