Enum uucore::perms::TraverseSymlinks
source · pub enum TraverseSymlinks {
None,
First,
All,
}Variants§
Trait Implementations§
source§impl PartialEq<TraverseSymlinks> for TraverseSymlinks
impl PartialEq<TraverseSymlinks> for TraverseSymlinks
source§fn eq(&self, other: &TraverseSymlinks) -> bool
fn eq(&self, other: &TraverseSymlinks) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TraverseSymlinks
impl StructuralEq for TraverseSymlinks
impl StructuralPartialEq for TraverseSymlinks
Auto Trait Implementations§
impl RefUnwindSafe for TraverseSymlinks
impl Send for TraverseSymlinks
impl Sync for TraverseSymlinks
impl Unpin for TraverseSymlinks
impl UnwindSafe for TraverseSymlinks
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