Struct tor_netdoc::doc::netstatus::NsConsensusRouterStatus [−][src]
pub struct NsConsensusRouterStatus { /* fields omitted */ }
Expand description
A single relay’s status, as represented in a “ns” consensus.
Implementations
Return an iterator of ORPort addresses for this routerstatus
Return the declared weight of this routerstatus in the directory.
Return the ORPort addresses of this routerstatus
Return the protovers that this routerstatus says it implements.
Return the relay flags of this routerstatus.
Return true if the ed25519 identity on this relay reflects a true consensus among the authorities.
Return true if this routerstatus is listed with the BadExit flag.
Return true if this routerstatus is listed with the v2dir flag.
Return true if this routerstatus is listed with the Exit flag.
Return true if this routerstatus is listed with the Guard flag.
Trait Implementations
Return the expected microdescriptor digest for this routerstatus
type DocumentDigest = RdDigest
type DocumentDigest = RdDigest
A digest of the document that’s identified by this RouterStatus.
Return the digest of the document identified by this routerstatus. Read more
Auto Trait Implementations
impl RefUnwindSafe for NsConsensusRouterStatus
impl Send for NsConsensusRouterStatus
impl Sync for NsConsensusRouterStatus
impl Unpin for NsConsensusRouterStatus
impl UnwindSafe for NsConsensusRouterStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V