Struct sota::datatype::config::DBusConfig [] [src]

pub struct DBusConfig {
    pub name: String,
    pub path: String,
    pub interface: String,
    pub software_manager: String,
    pub software_manager_path: String,
    pub timeout: i32,
}

The [dbus] configuration section.

Fields

name
path
interface
software_manager
software_manager_path
timeout

Trait Implementations

impl Default for DBusConfig
[src]

fn default() -> DBusConfig

Returns the "default value" for a type. Read more

Derived Implementations

impl Clone for DBusConfig
[src]

fn clone(&self) -> DBusConfig

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for DBusConfig
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Eq for DBusConfig
[src]

impl PartialEq for DBusConfig
[src]

fn eq(&self, __arg_0: &DBusConfig) -> bool

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

fn ne(&self, __arg_0: &DBusConfig) -> bool

This method tests for !=.

impl Decodable for DBusConfig
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<DBusConfig, __D::Error>

Deserialize a value using a Decoder.