pub enum NoProxyItem {
Wildcard,
IpCidr(String, IpCidr),
WithDot(String, bool, bool),
Plain(String),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for NoProxyItem
impl Clone for NoProxyItem
source§fn clone(&self) -> NoProxyItem
fn clone(&self) -> NoProxyItem
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 moresource§impl Debug for NoProxyItem
impl Debug for NoProxyItem
source§impl Display for NoProxyItem
impl Display for NoProxyItem
source§impl Extend<NoProxyItem> for NoProxy
impl Extend<NoProxyItem> for NoProxy
source§fn extend<T: IntoIterator<Item = NoProxyItem>>(&mut self, iter: T)
fn extend<T: IntoIterator<Item = NoProxyItem>>(&mut self, iter: T)
Extends a collection with the contents of an iterator. Read more
source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
source§impl Hash for NoProxyItem
impl Hash for NoProxyItem
source§impl PartialEq for NoProxyItem
impl PartialEq for NoProxyItem
impl Eq for NoProxyItem
impl StructuralPartialEq for NoProxyItem
Auto Trait Implementations§
impl Freeze for NoProxyItem
impl RefUnwindSafe for NoProxyItem
impl Send for NoProxyItem
impl Sync for NoProxyItem
impl Unpin for NoProxyItem
impl UnwindSafe for NoProxyItem
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)