Enum sozu_lib::network::Protocol [−][src]
pub enum Protocol {
HTTP,
HTTPS,
TCP,
HTTPListen,
HTTPSListen,
TCPListen,
Channel,
Metrics,
}Variants
HTTPHTTPSTCPHTTPListenHTTPSListenTCPListenChannelMetrics
Trait Implementations
impl Debug for Protocol[src]
impl Debug for Protocolfn 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 Protocol[src]
impl Clone for Protocolfn clone(&self) -> Protocol[src]
fn clone(&self) -> ProtocolReturns 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 Protocol[src]
impl Copy for Protocolimpl PartialEq for Protocol[src]
impl PartialEq for Protocol