Enum sozu_command_lib::config::AppConfig [−][src]
pub enum AppConfig {
Http(HttpAppConfig),
Tcp(TcpAppConfig),
}Variants
Http(HttpAppConfig)Tcp(TcpAppConfig)
Methods
impl AppConfig[src]
impl AppConfigpub fn generate_orders(&self) -> Vec<ProxyRequestData>[src]
pub fn generate_orders(&self) -> Vec<ProxyRequestData>Trait Implementations
impl Debug for AppConfig[src]
impl Debug for AppConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for AppConfig[src]
impl Clone for AppConfigfn clone(&self) -> AppConfig[src]
fn clone(&self) -> AppConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for AppConfig[src]
impl PartialEq for AppConfigfn eq(&self, other: &AppConfig) -> bool[src]
fn eq(&self, other: &AppConfig) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AppConfig) -> bool[src]
fn ne(&self, other: &AppConfig) -> boolThis method tests for !=.
impl Eq for AppConfig[src]
impl Eq for AppConfigimpl Hash for AppConfig[src]
impl Hash for AppConfig