Struct tor_netdoc::doc::netstatus::NetParams [−][src]
pub struct NetParams<T> { /* fields omitted */ }
Expand description
A set of named network parameters.
These are used to describe current settings for the Tor network, current weighting parameters for path selection, and so on. They’re encoded with a space-separated K=V format.
Implementations
Retrieve a given network parameter, if it is present.
Return an iterator over all key value pares in an arbitrary order.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for NetParams<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for NetParams<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V