Struct compio_driver::op::CreateDir
source · pub struct CreateDir { /* private fields */ }
Expand description
Create a directory.
Implementations§
Trait Implementations§
source§impl OpCode for CreateDir
impl OpCode for CreateDir
source§fn call_blocking(self: Pin<&mut Self>) -> Result<usize>
fn call_blocking(self: Pin<&mut Self>) -> Result<usize>
Call the operation in a blocking way. This method will only be called if
[
create_entry
] returns OpEntry::Blocking
.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