Enum sozu_command_lib::config::FileListenerProtocolConfig [−][src]
pub enum FileListenerProtocolConfig {
Http,
Https,
Tcp,
}Variants
HttpHttpsTcp
Trait Implementations
impl Debug for FileListenerProtocolConfig[src]
impl Debug for FileListenerProtocolConfigfn 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 FileListenerProtocolConfig[src]
impl Clone for FileListenerProtocolConfigfn clone(&self) -> FileListenerProtocolConfig[src]
fn clone(&self) -> FileListenerProtocolConfigReturns 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 Copy for FileListenerProtocolConfig[src]
impl Copy for FileListenerProtocolConfigimpl PartialEq for FileListenerProtocolConfig[src]
impl PartialEq for FileListenerProtocolConfigfn eq(&self, other: &FileListenerProtocolConfig) -> bool[src]
fn eq(&self, other: &FileListenerProtocolConfig) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for FileListenerProtocolConfig[src]
impl Eq for FileListenerProtocolConfigimpl Hash for FileListenerProtocolConfig[src]
impl Hash for FileListenerProtocolConfigAuto Trait Implementations
impl Send for FileListenerProtocolConfig
impl Send for FileListenerProtocolConfigimpl Sync for FileListenerProtocolConfig
impl Sync for FileListenerProtocolConfig