Enum nix::unistd::UnlinkatFlags
source · pub enum UnlinkatFlags {
RemoveDir,
NoRemoveDir,
}
Expand description
Flags for unlinkat
function.
Variants§
RemoveDir
Remove the directory entry as a directory, not a normal file
NoRemoveDir
Remove the directory entry as a normal file, not a directory
Trait Implementations§
source§impl Clone for UnlinkatFlags
impl Clone for UnlinkatFlags
source§fn clone(&self) -> UnlinkatFlags
fn clone(&self) -> UnlinkatFlags
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 UnlinkatFlags
impl Debug for UnlinkatFlags
impl Copy for UnlinkatFlags
Auto Trait Implementations§
impl Freeze for UnlinkatFlags
impl RefUnwindSafe for UnlinkatFlags
impl Send for UnlinkatFlags
impl Sync for UnlinkatFlags
impl Unpin for UnlinkatFlags
impl UnwindSafe for UnlinkatFlags
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
)