Enum uu_install::MainFunction
source · pub enum MainFunction {
Directory,
Standard,
}Variants§
Trait Implementations§
source§impl Clone for MainFunction
impl Clone for MainFunction
source§fn clone(&self) -> MainFunction
fn clone(&self) -> MainFunction
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<MainFunction> for MainFunction
impl PartialEq<MainFunction> for MainFunction
source§fn eq(&self, other: &MainFunction) -> bool
fn eq(&self, other: &MainFunction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.