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