pub struct TreePrintConfig {
pub dir_color: Option<Color>,
pub file_color: Option<Color>,
pub symbol_color: Option<Color>,
pub tree_color: Option<Color>,
}Fields§
§dir_color: Option<Color>§file_color: Option<Color>§symbol_color: Option<Color>§tree_color: Option<Color>Trait Implementations§
Source§impl<CFG: AsRef<PrintConfig>> From<CFG> for TreePrintConfig
impl<CFG: AsRef<PrintConfig>> From<CFG> for TreePrintConfig
Auto Trait Implementations§
impl Freeze for TreePrintConfig
impl RefUnwindSafe for TreePrintConfig
impl Send for TreePrintConfig
impl Sync for TreePrintConfig
impl Unpin for TreePrintConfig
impl UnwindSafe for TreePrintConfig
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