Struct tor_dirclient::request::MicrodescRequest[][src]

pub struct MicrodescRequest { /* fields omitted */ }
Expand description

A request for one or more microdescriptors

Implementations

Construct a request for no microdescriptors.

Add d to the list of microdescriptors we want to request.

Return a list of the microdescriptor digests that we’re asking for.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.