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