Struct arrayvec::char::EncodeUtf8Error
source · pub struct EncodeUtf8Error;
Expand description
Placeholder
Auto Trait Implementations§
impl Freeze for EncodeUtf8Error
impl RefUnwindSafe for EncodeUtf8Error
impl Send for EncodeUtf8Error
impl Sync for EncodeUtf8Error
impl Unpin for EncodeUtf8Error
impl UnwindSafe for EncodeUtf8Error
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