pub struct SystemInfo {Show 29 fields
pub config_file: Option<String>,
pub cpu_cores: Option<Int>,
pub current_version: Option<String>,
pub db_host: Option<String>,
pub db_type: Option<String>,
pub db_version: Option<String>,
pub groups_total: Option<Int>,
pub hostname: Option<String>,
pub http_port: Option<Int>,
pub http_redirection: Option<Boolean>,
pub https_port: Option<Int>,
pub latest_version: Option<String>,
pub latest_version_release_date: Option<Date>,
pub node_version: Option<String>,
pub operating_system: Option<String>,
pub pages_total: Option<Int>,
pub platform: Option<String>,
pub ram_total: Option<String>,
pub ssl_domain: Option<String>,
pub ssl_expiration_date: Option<Date>,
pub ssl_provider: Option<String>,
pub ssl_status: Option<String>,
pub ssl_subscriber_email: Option<String>,
pub tags_total: Option<Int>,
pub telemetry: Option<Boolean>,
pub telemetry_client_id: Option<String>,
pub upgrade_capable: Option<Boolean>,
pub users_total: Option<Int>,
pub working_directory: Option<String>,
}Fields§
§config_file: Option<String>§cpu_cores: Option<Int>§current_version: Option<String>§db_host: Option<String>§db_type: Option<String>§db_version: Option<String>§groups_total: Option<Int>§hostname: Option<String>§http_port: Option<Int>§http_redirection: Option<Boolean>§https_port: Option<Int>§latest_version: Option<String>§latest_version_release_date: Option<Date>§node_version: Option<String>§operating_system: Option<String>§pages_total: Option<Int>§platform: Option<String>§ram_total: Option<String>§ssl_domain: Option<String>§ssl_expiration_date: Option<Date>§ssl_provider: Option<String>§ssl_status: Option<String>§ssl_subscriber_email: Option<String>§telemetry: Option<Boolean>§telemetry_client_id: Option<String>§upgrade_capable: Option<Boolean>§users_total: Option<Int>§working_directory: Option<String>Trait Implementations§
Source§impl Clone for SystemInfo
impl Clone for SystemInfo
Source§fn clone(&self) -> SystemInfo
fn clone(&self) -> SystemInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SystemInfo
impl Debug for SystemInfo
Source§impl<'de> Deserialize<'de> for SystemInfo
impl<'de> Deserialize<'de> for SystemInfo
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 SystemInfo
impl RefUnwindSafe for SystemInfo
impl Send for SystemInfo
impl Sync for SystemInfo
impl Unpin for SystemInfo
impl UnwindSafe for SystemInfo
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