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 Freeze for Heuristic
impl RefUnwindSafe for Heuristic
impl Send for Heuristic
impl Sync for Heuristic
impl Unpin for Heuristic
impl UnwindSafe for Heuristic
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