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