pub struct TreeSymbols {
pub branch: &'static str,
pub last_branch: &'static str,
pub vertical: &'static str,
pub space: &'static str,
}Expand description
Tree symbols used for rendering
Fields§
§branch: &'static strBranch connector: ├──
last_branch: &'static strLast branch connector: └──
vertical: &'static strVertical line: │
space: &'static strSpace for indentation
Trait Implementations§
Source§impl Clone for TreeSymbols
impl Clone for TreeSymbols
Source§fn clone(&self) -> TreeSymbols
fn clone(&self) -> TreeSymbols
Returns a duplicate 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 TreeSymbols
impl Debug for TreeSymbols
Auto Trait Implementations§
impl Freeze for TreeSymbols
impl RefUnwindSafe for TreeSymbols
impl Send for TreeSymbols
impl Sync for TreeSymbols
impl Unpin for TreeSymbols
impl UnwindSafe for TreeSymbols
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