pub struct PublicSystemInformations {
pub local_address: String,
pub server_name: String,
pub version: String,
pub product_name: String,
pub operating_system: String,
pub id: String,
pub startup_wizard_completed: bool,
}
Fields§
§local_address: String
§server_name: String
§version: String
§product_name: String
§operating_system: String
§id: String
§startup_wizard_completed: bool
Trait Implementations§
Source§impl Debug for PublicSystemInformations
impl Debug for PublicSystemInformations
Source§impl<'de> Deserialize<'de> for PublicSystemInformations
impl<'de> Deserialize<'de> for PublicSystemInformations
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PublicSystemInformations
impl RefUnwindSafe for PublicSystemInformations
impl Send for PublicSystemInformations
impl Sync for PublicSystemInformations
impl Unpin for PublicSystemInformations
impl UnwindSafe for PublicSystemInformations
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