Struct termtree::GlyphPalette
source · 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 str
§last_item: &'static str
§item_indent: &'static str
§middle_skip: &'static str
§last_skip: &'static str
§skip_indent: &'static str
Implementations§
source§impl GlyphPalette
impl GlyphPalette
Trait Implementations§
source§impl Clone for GlyphPalette
impl Clone for GlyphPalette
source§fn clone(&self) -> GlyphPalette
fn clone(&self) -> GlyphPalette
Returns a copy of the value. Read more
1.0.0 · 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 GlyphPalette
impl Debug for GlyphPalette
source§impl Default for GlyphPalette
impl Default for GlyphPalette
source§impl PartialEq for GlyphPalette
impl PartialEq for GlyphPalette
source§fn eq(&self, other: &GlyphPalette) -> bool
fn eq(&self, other: &GlyphPalette) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GlyphPalette
impl Eq for GlyphPalette
impl StructuralPartialEq for GlyphPalette
Auto Trait Implementations§
impl Freeze for GlyphPalette
impl RefUnwindSafe for GlyphPalette
impl Send for GlyphPalette
impl Sync for GlyphPalette
impl Unpin for GlyphPalette
impl UnwindSafe for GlyphPalette
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)