Struct tor_proto::circuit::UniqId [−][src]
pub struct UniqId { /* fields omitted */ }Expand description
Process-unique identifier for a circuit.
We could use channel_id.circid here, but the circid can be reused over time. This won’t ever repeat on a 64-bit architecture, and is super-unlikely to repeat on a 32-bit architecture. (If we’re about to return a repeat value, we assert instead.)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UniqId
impl UnwindSafe for UniqId
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