Struct super_process::fs::Directory
source · pub struct Directory(pub PathBuf);Expand description
@<{0}
A path to a directory that is assumed to already exist.
Tuple Fields§
§0: PathBufTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Directory
impl Send for Directory
impl Sync for Directory
impl Unpin for Directory
impl UnwindSafe for Directory
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