pub struct ChipSpec {
pub glyph: String,
pub fallback: String,
pub color: String,
pub tooltip: Option<String>,
pub enabled: bool,
pub in_palette_bar: bool,
pub badge_key: Option<String>,
}Fields§
§glyph: String§fallback: String§color: String§tooltip: Option<String>§enabled: bool§in_palette_bar: bool§badge_key: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChipSpec
impl RefUnwindSafe for ChipSpec
impl Send for ChipSpec
impl Sync for ChipSpec
impl Unpin for ChipSpec
impl UnsafeUnpin for ChipSpec
impl UnwindSafe for ChipSpec
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