pub enum ProbeMode {
Quick,
Full,
}Variants§
Trait Implementations§
impl Copy for ProbeMode
impl Eq for ProbeMode
impl StructuralPartialEq for ProbeMode
Auto Trait Implementations§
impl Freeze for ProbeMode
impl RefUnwindSafe for ProbeMode
impl Send for ProbeMode
impl Sync for ProbeMode
impl Unpin for ProbeMode
impl UnsafeUnpin for ProbeMode
impl UnwindSafe for ProbeMode
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