pub struct CreateDir { /* private fields */ }
Expand description
Create a directory.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateDir
impl RefUnwindSafe for CreateDir
impl Send for CreateDir
impl Sync for CreateDir
impl Unpin for CreateDir
impl UnwindSafe for CreateDir
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