Enum chinese_number::ChineseCase
source · pub enum ChineseCase {
Upper,
Lower,
}
Expand description
大寫或小寫數字。
Variants§
Trait Implementations§
source§impl Clone for ChineseCase
impl Clone for ChineseCase
source§fn clone(&self) -> ChineseCase
fn clone(&self) -> ChineseCase
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 ChineseCase
impl Debug for ChineseCase
source§impl Hash for ChineseCase
impl Hash for ChineseCase
source§impl PartialEq for ChineseCase
impl PartialEq for ChineseCase
source§fn eq(&self, other: &ChineseCase) -> bool
fn eq(&self, other: &ChineseCase) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChineseCase
impl Eq for ChineseCase
impl StructuralEq for ChineseCase
impl StructuralPartialEq for ChineseCase
Auto Trait Implementations§
impl RefUnwindSafe for ChineseCase
impl Send for ChineseCase
impl Sync for ChineseCase
impl Unpin for ChineseCase
impl UnwindSafe for ChineseCase
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