Enum rust_icu_sys::UColRuleOption
source · #[repr(u32)]pub enum UColRuleOption {
UCOL_TAILORING_ONLY = 0,
UCOL_FULL_RULES = 1,
}
Variants§
Trait Implementations§
source§impl Clone for UColRuleOption
impl Clone for UColRuleOption
source§fn clone(&self) -> UColRuleOption
fn clone(&self) -> UColRuleOption
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 UColRuleOption
impl Debug for UColRuleOption
source§impl Hash for UColRuleOption
impl Hash for UColRuleOption
source§impl PartialEq for UColRuleOption
impl PartialEq for UColRuleOption
source§fn eq(&self, other: &UColRuleOption) -> bool
fn eq(&self, other: &UColRuleOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UColRuleOption
impl PartialOrd for UColRuleOption
source§fn partial_cmp(&self, other: &UColRuleOption) -> Option<Ordering>
fn partial_cmp(&self, other: &UColRuleOption) -> 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 UColRuleOption
impl Eq for UColRuleOption
impl StructuralPartialEq for UColRuleOption
Auto Trait Implementations§
impl Freeze for UColRuleOption
impl RefUnwindSafe for UColRuleOption
impl Send for UColRuleOption
impl Sync for UColRuleOption
impl Unpin for UColRuleOption
impl UnwindSafe for UColRuleOption
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)