Struct termtree::GlyphPalette [−][src]
pub struct GlyphPalette {
pub middle_item: &'static str,
pub last_item: &'static str,
pub item_indent: &'static str,
pub middle_skip: &'static str,
pub last_skip: &'static str,
pub skip_indent: &'static str,
}Fields
middle_item: &'static strlast_item: &'static stritem_indent: &'static strmiddle_skip: &'static strlast_skip: &'static strskip_indent: &'static strImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GlyphPalette
impl Send for GlyphPalette
impl Sync for GlyphPalette
impl Unpin for GlyphPalette
impl UnwindSafe for GlyphPalette
Blanket Implementations
Mutably borrows from an owned value. Read more