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