pub enum EffectiveFileMode {
Symlink,
Hardlink,
}Variants§
Trait Implementations§
Source§impl Clone for EffectiveFileMode
impl Clone for EffectiveFileMode
Source§fn clone(&self) -> EffectiveFileMode
fn clone(&self) -> EffectiveFileMode
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 EffectiveFileMode
impl Debug for EffectiveFileMode
Source§impl PartialEq for EffectiveFileMode
impl PartialEq for EffectiveFileMode
Source§fn eq(&self, other: &EffectiveFileMode) -> bool
fn eq(&self, other: &EffectiveFileMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EffectiveFileMode
impl Eq for EffectiveFileMode
impl StructuralPartialEq for EffectiveFileMode
Auto Trait Implementations§
impl Freeze for EffectiveFileMode
impl RefUnwindSafe for EffectiveFileMode
impl Send for EffectiveFileMode
impl Sync for EffectiveFileMode
impl Unpin for EffectiveFileMode
impl UnsafeUnpin for EffectiveFileMode
impl UnwindSafe for EffectiveFileMode
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