Struct hyper_proxy::Custom [−][src]
pub struct Custom(_);
A Custom struct to proxy custom uris
Trait Implementations
impl Clone for Custom[src]
impl Clone for Customfn clone(&self) -> Custom[src]
fn clone(&self) -> CustomReturns 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 Debug for Custom[src]
impl Debug for Customfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<F: Fn(Option<&str>, Option<&str>, Option<u16>) -> bool + Send + Sync + 'static> From<F> for Custom[src]
impl<F: Fn(Option<&str>, Option<&str>, Option<u16>) -> bool + Send + Sync + 'static> From<F> for Custom