Struct local_encoding::posix::EncoderUtf8
source · [−]pub struct EncoderUtf8;
Expand description
Convert UTF-8 bytes to String.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EncoderUtf8
impl Send for EncoderUtf8
impl Sync for EncoderUtf8
impl Unpin for EncoderUtf8
impl UnwindSafe for EncoderUtf8
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more