pub struct EncoderUtf8;
Expand description
Convert UTF-8 bytes to String.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncoderUtf8
impl RefUnwindSafe for EncoderUtf8
impl Send for EncoderUtf8
impl Sync for EncoderUtf8
impl Unpin for EncoderUtf8
impl UnwindSafe for EncoderUtf8
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