pub struct DirectoryWithFileOpts {
pub permissions: Option<isize>,
}
Fields§
§permissions: Option<isize>
Permission given to the copied file (e.g., 0600).
Trait Implementations§
Source§impl Debug for DirectoryWithFileOpts
impl Debug for DirectoryWithFileOpts
Source§impl PartialEq for DirectoryWithFileOpts
impl PartialEq for DirectoryWithFileOpts
impl StructuralPartialEq for DirectoryWithFileOpts
Auto Trait Implementations§
impl Freeze for DirectoryWithFileOpts
impl RefUnwindSafe for DirectoryWithFileOpts
impl Send for DirectoryWithFileOpts
impl Sync for DirectoryWithFileOpts
impl Unpin for DirectoryWithFileOpts
impl UnwindSafe for DirectoryWithFileOpts
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