Struct torrc::types::Setting [] [src]

pub struct Setting {
    pub name: String,
    pub value: String,
}

The Setting type

Fields

Setting name

Setting value

Methods

impl Setting
[src]

Create a new Setting

Trait Implementations

impl PartialEq for Setting
[src]

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

This method tests for !=.

impl Debug for Setting
[src]

Formats the value using the given formatter.