pub struct TreeStyle {
pub dir_last_with_children: String,
pub dir_last_no_children: String,
pub dir_mid_with_children: String,
pub dir_mid_no_children: String,
pub file_last: String,
pub file_mid: String,
pub indent_last: String,
pub indent_mid: String,
}Expand description
Zestaw znaków używanych do rysowania gałęzi drzewa.
Fields§
§dir_last_with_children: String§dir_last_no_children: String§dir_mid_with_children: String§dir_mid_no_children: String§file_last: String§file_mid: String§indent_last: String§indent_mid: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for TreeStyle
impl RefUnwindSafe for TreeStyle
impl Send for TreeStyle
impl Sync for TreeStyle
impl Unpin for TreeStyle
impl UnsafeUnpin for TreeStyle
impl UnwindSafe for TreeStyle
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