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