Struct badge::BadgeOptions [] [src]

pub struct BadgeOptions {
    pub subject: String,
    pub status: String,
    pub color: String,
}

Fields

Subject will be displayed on the left side of badge

Status will be displayed on the right side of badge

HTML color of badge

Trait Implementations

impl Default for BadgeOptions
[src]

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