Enum shadowsocks::config::ConfigType
[−]
[src]
pub enum ConfigType {
Local,
Server,
}Server config type
Variants
LocalConfig for local
Requires local configuration
ServerConfig for server
Trait Implementations
impl Clone for ConfigType[src]
fn clone(&self) -> ConfigType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more