pub struct UTF8Get;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UTF8Get
impl RefUnwindSafe for UTF8Get
impl Send for UTF8Get
impl Sync for UTF8Get
impl Unpin for UTF8Get
impl UnsafeUnpin for UTF8Get
impl UnwindSafe for UTF8Get
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