Struct sort_zh::SortZhOptions
source · [−]pub struct SortZhOptions {
pub variant: ChineseVariant,
pub zh_number_option: ZhNumberOption,
}Expand description
排序選項
Fields
variant: ChineseVariant繁體中文/簡體中文(預設為繁體中文)
-
繁體中文使用ICU提供的中文台灣(zh_TW)Collate
-
簡體中文使用ICU提供的中文中國(zh_CN)Collate
zh_number_option: ZhNumberOption中文數字選項(預設為透過筆畫排序)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SortZhOptions
impl Send for SortZhOptions
impl Sync for SortZhOptions
impl Unpin for SortZhOptions
impl UnwindSafe for SortZhOptions
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