pub struct DirectoryWithNewDirectoryOpts {
pub permissions: Option<isize>,
}
Fields§
§permissions: Option<isize>
Permission granted to the created directory (e.g., 0777).
Trait Implementations§
Source§impl PartialEq for DirectoryWithNewDirectoryOpts
impl PartialEq for DirectoryWithNewDirectoryOpts
Source§fn eq(&self, other: &DirectoryWithNewDirectoryOpts) -> bool
fn eq(&self, other: &DirectoryWithNewDirectoryOpts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DirectoryWithNewDirectoryOpts
Auto Trait Implementations§
impl Freeze for DirectoryWithNewDirectoryOpts
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