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