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