pub enum AsciiKind {
Alphabetic,
Numeric,
Alphanumeric,
Whitespace,
Control,
Punctuation,
Other,
}Variants§
Trait Implementations§
impl Copy for AsciiKind
impl Eq for AsciiKind
impl StructuralPartialEq for AsciiKind
Auto Trait Implementations§
impl Freeze for AsciiKind
impl RefUnwindSafe for AsciiKind
impl Send for AsciiKind
impl Sync for AsciiKind
impl Unpin for AsciiKind
impl UnsafeUnpin for AsciiKind
impl UnwindSafe for AsciiKind
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