pub enum SysProperty {
CpuInfo,
Hostname,
OsRelease,
Uptime,
Mem,
NetDev,
StorDev,
StorMounts,
SysBlockDev,
Temperature,
}Variants§
Auto Trait Implementations§
impl Freeze for SysProperty
impl RefUnwindSafe for SysProperty
impl Send for SysProperty
impl Sync for SysProperty
impl Unpin for SysProperty
impl UnsafeUnpin for SysProperty
impl UnwindSafe for SysProperty
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