Struct print_nanny_client::models::octo_print_device_key::OctoPrintDeviceKey[][src]

pub struct OctoPrintDeviceKey {
Show 32 fields pub active_session: Option<Box<PrintSession>>, pub ca_certs: HashMap<String, String>, pub cloudiot_device_configs: String, pub cloudiot_device_name: String, pub cloudiot_device_num_id: i32, pub cloudiot_device_path: String, pub cloudiot_device: HashMap<String, Value>, pub cores: i32, pub cpu_flags: Option<Vec<String>>, pub created_dt: String, pub fingerprint: String, pub hardware: Option<String>, pub id: i32, pub manage_url: String, pub model: String, pub monitoring_active: bool, pub name: String, pub octoprint_version: String, pub pip_version: String, pub platform: String, pub plugin_version: String, pub print_nanny_client_version: String, pub private_key_checksum: String, pub private_key: String, pub public_key_checksum: String, pub public_key: String, pub python_version: String, pub ram: i32, pub revision: Option<String>, pub serial: String, pub user: i32, pub url: String,
}

Fields

active_session: Option<Box<PrintSession>>ca_certs: HashMap<String, String>cloudiot_device_configs: Stringcloudiot_device_name: Stringcloudiot_device_num_id: i32cloudiot_device_path: Stringcloudiot_device: HashMap<String, Value>cores: i32cpu_flags: Option<Vec<String>>created_dt: Stringfingerprint: Stringhardware: Option<String>id: i32manage_url: Stringmodel: Stringmonitoring_active: boolname: Stringoctoprint_version: Stringpip_version: Stringplatform: Stringplugin_version: Stringprint_nanny_client_version: Stringprivate_key_checksum: Stringprivate_key: Stringpublic_key_checksum: Stringpublic_key: Stringpython_version: Stringram: i32revision: Option<String>serial: Stringuser: i32url: String

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.