Struct hyper_proxy::Custom[][src]

pub struct Custom(_);

A Custom struct to proxy custom uris

Trait Implementations

impl Clone for Custom
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Custom
[src]

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]

Performs the conversion.

Auto Trait Implementations

impl Send for Custom

impl Sync for Custom