Enum idna::uts46::RtlNumeralState
source · enum RtlNumeralState {
Undecided,
European,
Arabic,
}
Expand description
For keeping track of what kind of numerals have been seen in an RTL label.
Variants§
Trait Implementations§
source§impl Debug for RtlNumeralState
impl Debug for RtlNumeralState
source§impl PartialEq for RtlNumeralState
impl PartialEq for RtlNumeralState
source§fn eq(&self, other: &RtlNumeralState) -> bool
fn eq(&self, other: &RtlNumeralState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RtlNumeralState
impl StructuralPartialEq for RtlNumeralState
Auto Trait Implementations§
impl Freeze for RtlNumeralState
impl RefUnwindSafe for RtlNumeralState
impl Send for RtlNumeralState
impl Sync for RtlNumeralState
impl Unpin for RtlNumeralState
impl UnwindSafe for RtlNumeralState
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