pub struct PathTree { /* private fields */ }Implementations§
Source§impl PathTree
impl PathTree
pub fn build( paths_strings: &[String], base_dir: &str, sort_strategy: SortStrategy, weight_cfg: &WeightConfig, root_name: Option<&str>, no_emoji: bool, ) -> Self
pub fn render_cli(&self) -> String
pub fn render_txt(&self) -> String
Auto Trait Implementations§
impl Freeze for PathTree
impl RefUnwindSafe for PathTree
impl Send for PathTree
impl Sync for PathTree
impl Unpin for PathTree
impl UnsafeUnpin for PathTree
impl UnwindSafe for PathTree
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