Enum sozu_lib::socket::TransportProtocol
source · pub enum TransportProtocol {
Tcp,
Ssl2,
Ssl3,
Tls1_0,
Tls1_1,
Tls1_2,
Tls1_3,
}
Variants§
Trait Implementations§
source§impl Clone for TransportProtocol
impl Clone for TransportProtocol
source§fn clone(&self) -> TransportProtocol
fn clone(&self) -> TransportProtocol
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more