pub struct PathGrid { /* private fields */ }Implementations§
Source§impl PathGrid
impl PathGrid
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 PathGrid
impl RefUnwindSafe for PathGrid
impl Send for PathGrid
impl Sync for PathGrid
impl Unpin for PathGrid
impl UnsafeUnpin for PathGrid
impl UnwindSafe for PathGrid
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