pub enum AsciiCase {
Lower,
Upper,
}
Expand description
An enum type which represents the case of ascii letters.
Variants§
Trait Implementations§
impl Copy for AsciiCase
impl Eq for AsciiCase
impl StructuralPartialEq for AsciiCase
Auto Trait Implementations§
impl Freeze for AsciiCase
impl RefUnwindSafe for AsciiCase
impl Send for AsciiCase
impl Sync for AsciiCase
impl Unpin for AsciiCase
impl UnwindSafe for AsciiCase
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