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