pub struct MkDir {
pub path: BtrfsString,
}
Fields§
§path: BtrfsString
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MkDir
impl RefUnwindSafe for MkDir
impl Send for MkDir
impl Sync for MkDir
impl Unpin for MkDir
impl UnwindSafe for MkDir
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