Struct async_i3ipc::reply::BarConfig [−][src]
pub struct BarConfig {
pub id: String,
pub mode: String,
pub position: String,
pub status_command: String,
pub font: String,
pub workspace_buttons: bool,
pub binding_mode_indicator: bool,
pub verbose: bool,
pub colors: HashMap<BarPart, String, RandomState>,
}Expand description
BarConfig Reply
Fields
id: Stringmode: Stringposition: Stringstatus_command: Stringfont: Stringbinding_mode_indicator: boolverbose: boolcolors: HashMap<BarPart, String, RandomState>Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<BarConfig, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<BarConfig, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BarConfig
impl UnwindSafe for BarConfig
Blanket Implementations
Mutably borrows from an owned value. Read more