pub struct ValidateUtf8EncodingOperator;Expand description
UTF-8 encoding validation operator (@validateUtf8Encoding).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidateUtf8EncodingOperator
impl RefUnwindSafe for ValidateUtf8EncodingOperator
impl Send for ValidateUtf8EncodingOperator
impl Sync for ValidateUtf8EncodingOperator
impl Unpin for ValidateUtf8EncodingOperator
impl UnwindSafe for ValidateUtf8EncodingOperator
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