pub struct MachineCaptured {
pub os: String,
pub os_version: String,
pub kernel_version: String,
pub architecture: String,
pub cpus: Vec<CpuInfo>,
pub total_memory: usize,
pub hostname: String,
}Fields§
§os: String§os_version: String§kernel_version: String§architecture: String§cpus: Vec<CpuInfo>§total_memory: usize§hostname: StringTrait Implementations§
Source§impl Captured for MachineCaptured
impl Captured for MachineCaptured
Auto Trait Implementations§
impl Freeze for MachineCaptured
impl RefUnwindSafe for MachineCaptured
impl Send for MachineCaptured
impl Sync for MachineCaptured
impl Unpin for MachineCaptured
impl UnwindSafe for MachineCaptured
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