Struct cap_primitives::fs::DirOptions
source · pub struct DirOptions { /* private fields */ }
Expand description
Options and flags which can be used to configure how a directory is created.
This is to create_dir
what to OpenOptions
is to open
.
Implementations§
source§impl DirOptions
impl DirOptions
Trait Implementations§
source§impl Clone for DirOptions
impl Clone for DirOptions
source§fn clone(&self) -> DirOptions
fn clone(&self) -> DirOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for DirOptions
impl Send for DirOptions
impl Sync for DirOptions
impl Unpin for DirOptions
impl UnwindSafe for DirOptions
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