pub struct HostProbe;Expand description
Probe the host once (system tools + training-backend heuristic).
Implementations§
Source§impl HostProbe
impl HostProbe
pub fn snapshot() -> HostSnapshot
Sourcepub fn snapshot_fresh() -> HostSnapshot
pub fn snapshot_fresh() -> HostSnapshot
Bypass cache (tests or forced refresh).
Auto Trait Implementations§
impl Freeze for HostProbe
impl RefUnwindSafe for HostProbe
impl Send for HostProbe
impl Sync for HostProbe
impl Unpin for HostProbe
impl UnsafeUnpin for HostProbe
impl UnwindSafe for HostProbe
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