Struct tor_dirclient::request::RouterDescRequest [−][src]
pub struct RouterDescRequest { /* fields omitted */ }Expand description
A request for one, many or all router descriptors.
Implementations
Trait Implementations
Creates a value from an iterator. Read more
Build an http::Request from this Requestable, if
it is well-formed. Read more
Return true if partial downloads are potentially useful. This is true for request types where we’re going to be downloading multiple documents. Read more
Return the maximum allowable response length we’ll accept for this request. Read more
Auto Trait Implementations
impl RefUnwindSafe for RouterDescRequestimpl Send for RouterDescRequestimpl Sync for RouterDescRequestimpl Unpin for RouterDescRequestimpl UnwindSafe for RouterDescRequestBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V