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 moresource§impl Debug for DirOptions
impl Debug for DirOptions
source§impl DirBuilderExt for DirOptions
impl DirBuilderExt for DirOptions
Auto Trait Implementations§
impl Freeze for DirOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)