Struct tor_dirclient::request::AuthCertRequest
source ·
[−]pub struct AuthCertRequest { /* fields omitted */ }Expand description
A request for one or more authority certificates.
Implementations
Add ids to the list of certificates we’re asking for.
Return a list of the keys that we’re asking for.
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 AuthCertRequest
impl Send for AuthCertRequest
impl Sync for AuthCertRequest
impl Unpin for AuthCertRequest
impl UnwindSafe for AuthCertRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
