pub struct CreateDirs { /* private fields */ }
Expand description
I/O-free coroutine to create multiple filesystem directories.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateDirs
impl RefUnwindSafe for CreateDirs
impl Send for CreateDirs
impl Sync for CreateDirs
impl Unpin for CreateDirs
impl UnwindSafe for CreateDirs
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