pub struct Utf8ValidatorImp { /* private fields */ }Expand description
Low-level implementation of the basic::imp::Utf8Validator trait.
This is implementation requires CPU SIMD features specified by the module it resides in. It is undefined behavior to call it if the required CPU features are not available.
Trait Implementations§
source§impl Utf8Validator for Utf8ValidatorImp
impl Utf8Validator for Utf8ValidatorImp
Auto Trait Implementations§
impl Freeze for Utf8ValidatorImp
impl RefUnwindSafe for Utf8ValidatorImp
impl Send for Utf8ValidatorImp
impl Sync for Utf8ValidatorImp
impl Unpin for Utf8ValidatorImp
impl UnwindSafe for Utf8ValidatorImp
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