pub struct DirWalker { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for DirWalker
impl !RefUnwindSafe for DirWalker
impl !Send for DirWalker
impl !Sync for DirWalker
impl Unpin for DirWalker
impl !UnwindSafe for DirWalker
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