pub struct PanelConfig {
pub box_type: Box,
pub border_style: Style,
pub title_style: Style,
pub panel_style: Style,
pub padding: PaddingDimensions,
pub align: AlignMethod,
pub expand: bool,
}Expand description
Panel configuration for help sections.
Fields§
§box_type: Box§border_style: Style§title_style: Style§panel_style: Style§padding: PaddingDimensions§align: AlignMethod§expand: boolTrait Implementations§
Source§impl Clone for PanelConfig
impl Clone for PanelConfig
Source§fn clone(&self) -> PanelConfig
fn clone(&self) -> PanelConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PanelConfig
impl Debug for PanelConfig
Auto Trait Implementations§
impl Freeze for PanelConfig
impl RefUnwindSafe for PanelConfig
impl Send for PanelConfig
impl Sync for PanelConfig
impl Unpin for PanelConfig
impl UnsafeUnpin for PanelConfig
impl UnwindSafe for PanelConfig
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