pub enum Digit {
All,
Dist,
None,
}
Expand description
Sets related to the numeric collating sequence
Variants§
Trait Implementations§
Source§impl CollatingSeq for Digit
impl CollatingSeq for Digit
Source§fn characters(&self) -> &[char]
fn characters(&self) -> &[char]
return all characters from the charset
impl Copy for Digit
impl Eq for Digit
impl StructuralPartialEq for Digit
Auto Trait Implementations§
impl Freeze for Digit
impl RefUnwindSafe for Digit
impl Send for Digit
impl Sync for Digit
impl Unpin for Digit
impl UnwindSafe for Digit
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