pub struct System {
pub architecture: Option<String>,
pub hostname: Option<String>,
pub detected_hostname: Option<String>,
pub configured_hostname: Option<String>,
pub platform: Option<String>,
pub container: Option<Container>,
pub kubernetes: Option<Kubernetes>,
}
Fields§
§architecture: Option<String>
§hostname: Option<String>
§detected_hostname: Option<String>
§configured_hostname: Option<String>
§platform: Option<String>
§container: Option<Container>
§kubernetes: Option<Kubernetes>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for System
impl RefUnwindSafe for System
impl Send for System
impl Sync for System
impl Unpin for System
impl UnwindSafe for System
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