Enum srcsrv::HowToObtainSource [−][src]
pub enum HowToObtainSource {
FromHttp {
url: String,
},
ByExecutingCommand {
command: String,
env: HashMap<String, String>,
target_path: String,
},
Other {
version_ctrl: Option<String>,
target_path: String,
},
}Variants
Fields of FromHttp
url: StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HowToObtainSource
impl Send for HowToObtainSource
impl Sync for HowToObtainSource
impl Unpin for HowToObtainSource
impl UnwindSafe for HowToObtainSource
Blanket Implementations
Mutably borrows from an owned value. Read more