Struct hyper_proxy::Custom [] [src]

pub struct Custom(_);

A Custom struct to proxy custom uris

Trait Implementations

impl Clone for Custom
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Custom
[src]

[src]

Formats the value using the given formatter. Read more

impl<F: Fn(&Uri) -> bool + Send + Sync + 'static> From<F> for Custom
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Custom

impl Sync for Custom