pub struct DirBuilder { /* private fields */ }
Expand description
Wrapper for fs::DirBuilder
.
Implementations§
Source§impl DirBuilder
impl DirBuilder
Sourcepub fn new() -> Self
pub fn new() -> Self
Wrapper for DirBuilder::new
.
Sourcepub fn recursive(&mut self, recursive: bool) -> &mut Self
pub fn recursive(&mut self, recursive: bool) -> &mut Self
Wrapper for DirBuilder::recursive
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirBuilder
impl RefUnwindSafe for DirBuilder
impl Send for DirBuilder
impl Sync for DirBuilder
impl Unpin for DirBuilder
impl UnwindSafe for DirBuilder
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