pub struct CircId(_);Expand description
Channel-local identifier for a circuit.
A circuit ID can be 2 or 4 bytes long; since version 4 of the Tor protocol, it’s 4 bytes long.
Implementations§
Trait Implementations§
source§impl PartialEq<CircId> for CircId
impl PartialEq<CircId> for CircId
impl Copy for CircId
impl Eq for CircId
impl StructuralEq for CircId
impl StructuralPartialEq for CircId
Auto Trait Implementations§
impl RefUnwindSafe for CircId
impl Send for CircId
impl Sync for CircId
impl Unpin for CircId
impl UnwindSafe for CircId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.