pub enum NonAscii {
BmpExclAscii(u16),
Astral(char),
}Variants§
Auto Trait Implementations§
impl Freeze for NonAscii
impl RefUnwindSafe for NonAscii
impl Send for NonAscii
impl Sync for NonAscii
impl Unpin for NonAscii
impl UnsafeUnpin for NonAscii
impl UnwindSafe for NonAscii
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