pub struct enable_utf8 { /* private fields */ }Trait Implementations§
Source§impl Deref for enable_utf8
impl Deref for enable_utf8
impl LazyStatic for enable_utf8
Auto Trait Implementations§
impl Freeze for enable_utf8
impl RefUnwindSafe for enable_utf8
impl Send for enable_utf8
impl Sync for enable_utf8
impl Unpin for enable_utf8
impl UnwindSafe for enable_utf8
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