Struct tor_dirclient::SourceInfo [−][src]
pub struct SourceInfo { /* fields omitted */ }Expand description
Information about the source of a directory response.
We use this to remember when a request has failed, so we can abandon the circuit.
(In the future, we will probably want to use this structure to remember that the cache isn’t working.)
Implementations
Return the unique circuit identifier for the circuit on which we received this info.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SourceInfoimpl Send for SourceInfoimpl Sync for SourceInfoimpl Unpin for SourceInfoimpl UnwindSafe for SourceInfoBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V