Struct no_proxy::NoProxy [−][src]
pub struct NoProxy { /* fields omitted */ }Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
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
type Item = NoProxyItem
type Item = NoProxyItemThe type of the elements being iterated over.
type IntoIter = IntoIter<NoProxyItem>
type IntoIter = IntoIter<NoProxyItem>Which kind of iterator are we turning this into?
Auto Trait Implementations
impl RefUnwindSafe for NoProxyimpl UnwindSafe for NoProxyBlanket Implementations
Mutably borrows from an owned value. Read more