pub struct DirectoryWithNewDirectoryOpts {
pub permissions: Option<isize>,
}Fields§
§permissions: Option<isize>Permission granted to the created directory (e.g., 0777). Default: 0755.
Trait Implementations§
source§impl PartialEq for DirectoryWithNewDirectoryOpts
impl PartialEq for DirectoryWithNewDirectoryOpts
source§fn eq(&self, other: &DirectoryWithNewDirectoryOpts) -> bool
fn eq(&self, other: &DirectoryWithNewDirectoryOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DirectoryWithNewDirectoryOpts
Auto Trait Implementations§
impl RefUnwindSafe for DirectoryWithNewDirectoryOpts
impl Send for DirectoryWithNewDirectoryOpts
impl Sync for DirectoryWithNewDirectoryOpts
impl Unpin for DirectoryWithNewDirectoryOpts
impl UnwindSafe for DirectoryWithNewDirectoryOpts
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