pub struct HostResourceDetector { /* private fields */ }
Expand description
Detect host information.
This resource detector returns the following information:
host.id from non-containerized systems
- Host architecture (host.arch).
Trait Implementations§
Source§impl Default for HostResourceDetector
impl Default for HostResourceDetector
Auto Trait Implementations§
impl Freeze for HostResourceDetector
impl RefUnwindSafe for HostResourceDetector
impl Send for HostResourceDetector
impl Sync for HostResourceDetector
impl Unpin for HostResourceDetector
impl UnwindSafe for HostResourceDetector
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