pub struct AddMode {
pub path: PathBuf,
/* private fields */
}Expand description
Change the permissions of the given file.
Fields§
§path: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddMode
impl RefUnwindSafe for AddMode
impl Send for AddMode
impl Sync for AddMode
impl Unpin for AddMode
impl UnsafeUnpin for AddMode
impl UnwindSafe for AddMode
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