Enum no_proxy::NoProxyItem [−][src]
pub enum NoProxyItem {
Wildcard,
IpCidr(String, IpCidr),
WithDot(String, bool, bool),
Plain(String),
}Variants
Plain(String)Implementations
Trait Implementations
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NoProxyItem
impl Send for NoProxyItem
impl Sync for NoProxyItem
impl Unpin for NoProxyItem
impl UnwindSafe for NoProxyItem
Blanket Implementations
Mutably borrows from an owned value. Read more