pub struct DirectoryWithFilesOpts {
pub permissions: Option<isize>,
}Fields§
§permissions: Option<isize>Permission given to the copied files (e.g., 0600).
Trait Implementations§
Source§impl Debug for DirectoryWithFilesOpts
impl Debug for DirectoryWithFilesOpts
Source§impl PartialEq for DirectoryWithFilesOpts
impl PartialEq for DirectoryWithFilesOpts
Source§fn eq(&self, other: &DirectoryWithFilesOpts) -> bool
fn eq(&self, other: &DirectoryWithFilesOpts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectoryWithFilesOpts
Auto Trait Implementations§
impl Freeze for DirectoryWithFilesOpts
impl RefUnwindSafe for DirectoryWithFilesOpts
impl Send for DirectoryWithFilesOpts
impl Sync for DirectoryWithFilesOpts
impl Unpin for DirectoryWithFilesOpts
impl UnwindSafe for DirectoryWithFilesOpts
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