Struct sozu_command_lib::state::HttpProxy [−][src]
pub struct HttpProxy { /* fields omitted */ }Trait Implementations
impl Debug for HttpProxy[src]
impl Debug for HttpProxyfn 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 HttpProxy[src]
impl Clone for HttpProxyfn clone(&self) -> HttpProxy[src]
fn clone(&self) -> HttpProxyReturns 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 PartialEq for HttpProxy[src]
impl PartialEq for HttpProxyfn eq(&self, other: &HttpProxy) -> bool[src]
fn eq(&self, other: &HttpProxy) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &HttpProxy) -> bool[src]
fn ne(&self, other: &HttpProxy) -> boolThis method tests for !=.
impl Eq for HttpProxy[src]
impl Eq for HttpProxy