pub struct Styles {
pub ellipsis: Style,
pub short_key: Style,
pub short_desc: Style,
pub short_separator: Style,
pub full_key: Style,
pub full_desc: Style,
pub full_separator: Style,
}Expand description
Styles is a set of available style definitions for the Help bubble.
Fields§
§ellipsis: StyleStyling for the ellipsis indicator.
short_key: StyleStyling for the short help
short_desc: StyleStyling for the short help
short_separator: StyleStyling for the short help
full_key: StyleStyling for the full help
full_desc: StyleStyling for the full help
full_separator: StyleStyling for the full help
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Styles
impl RefUnwindSafe for Styles
impl Send for Styles
impl Sync for Styles
impl Unpin for Styles
impl UnsafeUnpin for Styles
impl UnwindSafe for Styles
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