Struct jellyfin_sdk_rust::models::system::PublicSystemInformations [−][src]
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: Stringserver_name: Stringversion: Stringproduct_name: Stringoperating_system: Stringid: Stringstartup_wizard_completed: boolTrait Implementations
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 RefUnwindSafe for PublicSystemInformations
impl Send for PublicSystemInformations
impl Sync for PublicSystemInformations
impl Unpin for PublicSystemInformations
impl UnwindSafe for PublicSystemInformations
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
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