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

pub struct RviConfig {
    pub client: Url,
    pub storage_dir: String,
    pub timeout: Option<i64>,
}

The [rvi] configuration section.

Fields

client
storage_dir
timeout

Trait Implementations

impl Default for RviConfig
[src]

fn default() -> RviConfig

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

Derived Implementations

impl Clone for RviConfig
[src]

fn clone(&self) -> RviConfig

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 RviConfig
[src]

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

Formats the value using the given formatter.

impl Eq for RviConfig
[src]

impl PartialEq for RviConfig
[src]

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

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

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

This method tests for !=.

impl Decodable for RviConfig
[src]

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

Deserialize a value using a Decoder.