pub enum ScrubEncodings {
Utf8,
Utf16Le,
All,
}
Expand description
Which encodings to scrub for scrub_bytes
.
Variants§
Utf8
Scrub UTF-8.
Utf16Le
Scrub UTF-16LE (little endian).
All
Attempt to scrub in all available encodings.
Auto Trait Implementations§
impl Freeze for ScrubEncodings
impl RefUnwindSafe for ScrubEncodings
impl Send for ScrubEncodings
impl Sync for ScrubEncodings
impl Unpin for ScrubEncodings
impl UnwindSafe for ScrubEncodings
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