pub struct Utf8ToUnicode;Expand description
UTF-8 to Unicode transformation (pass-through for now).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utf8ToUnicode
impl RefUnwindSafe for Utf8ToUnicode
impl Send for Utf8ToUnicode
impl Sync for Utf8ToUnicode
impl Unpin for Utf8ToUnicode
impl UnwindSafe for Utf8ToUnicode
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