pub struct Dir { /* private fields */ }Implementations§
Source§impl Dir
impl Dir
pub fn from(obj: &PathBuf, cfg: SearchOpts<'_>) -> Option<Self>
pub fn with_format(self, format: FormatOpts) -> Self
pub fn sort_children(&mut self)
pub fn prune(&mut self)
pub fn to_html(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dir
impl RefUnwindSafe for Dir
impl Send for Dir
impl Sync for Dir
impl Unpin for Dir
impl UnwindSafe for Dir
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