Struct sozu_command_lib::state::TlsProxy
[−]
[src]
pub struct TlsProxy { /* fields omitted */ }
Methods
impl TlsProxy
[src]
fn new(ip: String, port: u16) -> TlsProxy
fn handle_order(&mut self, order: &Order)
fn generate_orders(&self) -> Vec<Order>
fn diff(&self, other: &TlsProxy) -> Vec<Order>
Trait Implementations
impl Debug for TlsProxy
[src]
impl Clone for TlsProxy
[src]
fn clone(&self) -> TlsProxy
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
impl PartialEq for TlsProxy
[src]
fn eq(&self, __arg_0: &TlsProxy) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TlsProxy) -> bool
This method tests for !=
.