pub enum ProbeMode {
Modeled,
Real,
}Expand description
Probe mode for config defaults.
Variants§
Modeled
Deterministic, modeled inventory; performs no real I/O.
Real
Capability-gated real inventory.
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