pub enum EffectiveDirMode {
Symlink,
Junction,
}Variants§
Trait Implementations§
Source§impl Clone for EffectiveDirMode
impl Clone for EffectiveDirMode
Source§fn clone(&self) -> EffectiveDirMode
fn clone(&self) -> EffectiveDirMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EffectiveDirMode
impl Debug for EffectiveDirMode
Source§impl PartialEq for EffectiveDirMode
impl PartialEq for EffectiveDirMode
Source§fn eq(&self, other: &EffectiveDirMode) -> bool
fn eq(&self, other: &EffectiveDirMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EffectiveDirMode
impl Eq for EffectiveDirMode
impl StructuralPartialEq for EffectiveDirMode
Auto Trait Implementations§
impl Freeze for EffectiveDirMode
impl RefUnwindSafe for EffectiveDirMode
impl Send for EffectiveDirMode
impl Sync for EffectiveDirMode
impl Unpin for EffectiveDirMode
impl UnsafeUnpin for EffectiveDirMode
impl UnwindSafe for EffectiveDirMode
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