pub enum Fuzziness {
Auto,
Uint(u64),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fuzziness
impl RefUnwindSafe for Fuzziness
impl Send for Fuzziness
impl Sync for Fuzziness
impl Unpin for Fuzziness
impl UnwindSafe for Fuzziness
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