pub enum Heuristic {
PrintableAscii,
}
Variants
PrintableAscii
Printable ascii heuristic.
Considers strings valid if all characters are printable ascii characters. Allows TAB, LF, CR and everything from space to tilde.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Heuristic
impl Send for Heuristic
impl Sync for Heuristic
impl Unpin for Heuristic
impl UnwindSafe for Heuristic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more