Struct sozu_command_lib::proxy::ProxyDestinations
source · pub struct ProxyDestinations {
pub to_http_proxy: bool,
pub to_https_proxy: bool,
pub to_tcp_proxy: bool,
}
Fields§
§to_http_proxy: bool
§to_https_proxy: bool
§to_tcp_proxy: bool
Trait Implementations§
source§impl Clone for ProxyDestinations
impl Clone for ProxyDestinations
source§fn clone(&self) -> ProxyDestinations
fn clone(&self) -> ProxyDestinations
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