Struct tor_dirclient::DirResponse [−][src]
pub struct DirResponse { /* fields omitted */ }Expand description
A successful (or at any rate, well-formed) response to a directory request.
Implementations
Return the HTTP status code for this response.
Return true if this is in incomplete response.
Consume this DirResponse and return the output in it.
Return the source information about this response.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DirResponseimpl Send for DirResponseimpl Sync for DirResponseimpl Unpin for DirResponseimpl !UnwindSafe for DirResponse