pub struct Utf8Engine {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utf8Engine
impl RefUnwindSafe for Utf8Engine
impl Send for Utf8Engine
impl Sync for Utf8Engine
impl Unpin for Utf8Engine
impl UnwindSafe for Utf8Engine
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