Enum sort_zh::UpperCaseOrder
source · [−]pub enum UpperCaseOrder {
Before,
After,
}Expand description
大寫數字排序選項
Variants
Before
大寫數字排於小寫數字之前(例:["壹", "貳", "一", "二"])
After
大寫數字排於小寫數字之後(例:["一", "二", "壹", "貳"])
Trait Implementations
sourceimpl Default for UpperCaseOrder
impl Default for UpperCaseOrder
sourceimpl PartialEq<UpperCaseOrder> for UpperCaseOrder
impl PartialEq<UpperCaseOrder> for UpperCaseOrder
sourcefn eq(&self, other: &UpperCaseOrder) -> bool
fn eq(&self, other: &UpperCaseOrder) -> bool
impl StructuralPartialEq for UpperCaseOrder
Auto Trait Implementations
impl RefUnwindSafe for UpperCaseOrder
impl Send for UpperCaseOrder
impl Sync for UpperCaseOrder
impl Unpin for UpperCaseOrder
impl UnwindSafe for UpperCaseOrder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more