Enum uu_cp::ReflinkMode
source · pub enum ReflinkMode {
Always,
Auto,
Never,
}Expand description
Possible arguments for --reflink.
Variants§
Trait Implementations§
source§impl Clone for ReflinkMode
impl Clone for ReflinkMode
source§fn clone(&self) -> ReflinkMode
fn clone(&self) -> ReflinkMode
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 PartialEq<ReflinkMode> for ReflinkMode
impl PartialEq<ReflinkMode> for ReflinkMode
source§fn eq(&self, other: &ReflinkMode) -> bool
fn eq(&self, other: &ReflinkMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.