Struct userstyles::response::StyleSetting [] [src]

pub struct StyleSetting {
    pub id: i32,
    pub style_id: i32,
    pub install_key: String,
    pub label: String,
    pub setting_type: String,
    pub style_setting_options: Vec<StyleSettingOption>,
}

Available option for a userstyle

Fields

id of this setting

id of style this setting belongs to

key for request body

Human-readable name of this setting

The type of this setting. This is eiter color, image, text or dropdown.

The available options and default

Trait Implementations

impl PartialEq for StyleSetting
[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 StyleSetting
[src]

Formats the value using the given formatter.

impl Default for StyleSetting
[src]

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