pub enum AsciiCase {
Preserve,
Lower,
Upper,
}Expand description
ASCII case transform applied while transcoding.
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 UnsafeUnpin 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