Struct jellyfin_sdk_rust::models::system::SystemInformations[][src]

pub struct SystemInformations {
Show 25 fields pub local_address: String, pub server_name: String, pub version: String, pub product_name: Option<String>, pub id: String, pub startup_wizard_complete: Option<bool>, pub operating_system: String, pub package_name: Option<String>, pub has_pending_restart: bool, pub is_shutting_down: bool, pub supports_library_monitor: bool, pub websocket_port: u16, pub completed_installations: Vec<CompletedInstallations>, pub can_self_restart: bool, pub can_launch_webbrowser: bool, pub program_data_path: String, pub web_path: String, pub items_by_name_path: String, pub cache_path: String, pub log_path: String, pub internal_metadata_path: String, pub transcoding_temp_path: String, pub has_update_available: bool, pub encoder_location: String, pub system_arch: String,
}

Fields

local_address: Stringserver_name: Stringversion: Stringproduct_name: Option<String>id: Stringstartup_wizard_complete: Option<bool>operating_system: Stringpackage_name: Option<String>has_pending_restart: boolis_shutting_down: boolsupports_library_monitor: boolwebsocket_port: u16completed_installations: Vec<CompletedInstallations>can_self_restart: boolcan_launch_webbrowser: boolprogram_data_path: Stringweb_path: Stringitems_by_name_path: Stringcache_path: Stringlog_path: Stringinternal_metadata_path: Stringtranscoding_temp_path: Stringhas_update_available: boolencoder_location: Stringsystem_arch: String

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more