pub struct BarIds {
pub ids: Vec<String>,
}Expand description
The reply to the get_bar_ids request.
This can be used by third-party workspace bars (especially i3bar, but others are free to implement compatible alternatives) to get the bar block configuration from i3.
Fields§
§ids: Vec<String>A vector of configured bar IDs.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BarIds
impl RefUnwindSafe for BarIds
impl Send for BarIds
impl Sync for BarIds
impl Unpin for BarIds
impl UnwindSafe for BarIds
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more