pub enum KeyVariant {
Simplified,
Traditional,
}Expand description
KeyVariant handle the different supported version of chinese.
Variants§
Trait Implementations§
Source§impl Clone for KeyVariant
impl Clone for KeyVariant
Source§fn clone(&self) -> KeyVariant
fn clone(&self) -> KeyVariant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KeyVariant
impl Debug for KeyVariant
Source§impl Default for KeyVariant
impl Default for KeyVariant
Source§impl PartialEq for KeyVariant
impl PartialEq for KeyVariant
impl StructuralPartialEq for KeyVariant
Auto Trait Implementations§
impl Freeze for KeyVariant
impl RefUnwindSafe for KeyVariant
impl Send for KeyVariant
impl Sync for KeyVariant
impl Unpin for KeyVariant
impl UnsafeUnpin for KeyVariant
impl UnwindSafe for KeyVariant
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