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