pub struct CreateDirectoryResponse {
directory: Option<PathBuf>,
}Fields§
§directory: Option<PathBuf>Contains the path to the directory that was created.
Implementations§
Auto Trait Implementations§
impl Freeze for CreateDirectoryResponse
impl RefUnwindSafe for CreateDirectoryResponse
impl Send for CreateDirectoryResponse
impl Sync for CreateDirectoryResponse
impl Unpin for CreateDirectoryResponse
impl UnwindSafe for CreateDirectoryResponse
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