pub struct EdgeStyle {
pub color: Option<HlGroup>,
}Expand description
Styling for one edge of a Border. Currently only color (a theme highlight
group resolved at paint time). EdgeStyle::default() paints with the
terminal’s default fg.
Fields§
§color: Option<HlGroup>Implementations§
Trait Implementations§
impl Copy for EdgeStyle
impl Eq for EdgeStyle
impl StructuralPartialEq for EdgeStyle
Auto Trait Implementations§
impl Freeze for EdgeStyle
impl RefUnwindSafe for EdgeStyle
impl Send for EdgeStyle
impl Sync for EdgeStyle
impl Unpin for EdgeStyle
impl UnsafeUnpin for EdgeStyle
impl UnwindSafe for EdgeStyle
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